From af530968fd17fbc3e06aa9fa62f48857986cb53e Mon Sep 17 00:00:00 2001 From: dylanljones Date: Tue, 3 Oct 2023 12:50:23 +0200 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be5619..ac7ef03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ rearranged or moved to a new parent folder. - **add method for renaming playlists/playlist folders in the RBv6 db** The update time and USN are updated accordingly. +- **add method for creating a decrypted copy of the RBv6 database ([#86](https://github.com/dylanljones/pyrekordbox/issues/86))** ### Improvements/Bug Fixes @@ -32,6 +33,7 @@ - **improve `Parent` relationship in nested tables.** The `Parent` relationship in nested tables (like playlists) are now declared via `backref`. This fixes a bug when deleting rows. +- **set `updated_at` in the playlist XML when committing the RBv6 db**