Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 6, 2024
1 parent a704206 commit c358e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- RS-182: Add flag verify_ssl to Client, [PR-102](https://github.com/reductstore/reduct-py/pull/102)
- RS-176: Add license field to ServerInfo, [PR-105](https://github.com/reductstore/reduct-py/pull/105)
- RS-196: accept timestamps in many formats, [PR-196](https://github.com/reductstore/reduct-py/pull/106)

## [1.8.1] - 2023-01-31

Expand Down
1 change: 1 addition & 0 deletions reduct/time.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper functions for time-related operations."""

from datetime import datetime

TIME_PRECISION = 1_000_000
Expand Down

0 comments on commit c358e53

Please sign in to comment.