From eaf766218d6ffd3937824496d6d1dd11f7507d47 Mon Sep 17 00:00:00 2001 From: dylanljones Date: Thu, 21 Dec 2023 22:13:51 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae064e..de62c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ ### Improvements/Bug Fixes +- **populate configuration just-in-time** + Previously the config was populated when importing `pyrekordbox`. + Now the config is updated the first time it is used. - **use association proxies in `DjmdContent` table** This makes it possible to filter queries using these associations, for example `DjmdContent.ArtistName`