Skip to content

Commit 2f746a0

Browse files
committed
update CHANGELOG.md
1 parent 707cd57 commit 2f746a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
### Improvements/Bug Fixes
77

88
- **db:** **add type checks for deleting playlists and playlist songs ([#169](https://github.com/dylanljones/pyrekordbox/issues/169))**
9-
This prevents deleting a content instead of a playlist song by accident
9+
This prevents deleting a content instead of a playlist song by accident.
10+
- **db:** **fix timezone issue when setting datetimes ([#168](https://github.com/dylanljones/pyrekordbox/issues/168))**
11+
Datetime fields are now set with UTC which is the same format that Rekordbox uses.
12+
Timezone agnostic dates or dates with another timezone are converted accordingly.
1013
- **xml:** **fix issue with pretty-formatting xml string ([#164](https://github.com/dylanljones/pyrekordbox/issues/164))**
1114
For Python>3.8 the built-in indentation is used, for Python3.8 the XML string is returned unformatted if minidom fails
1215
- **add type hints across the codebase and use mypy for static type checking**

0 commit comments

Comments
 (0)