diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c5f5332..5e89af53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -81,7 +81,7 @@ Models serialization. (Fixes: :issue:`865`) - Memory usage for models has been greatly improved. We now have a lower - overhead per instance by using slots, intern identifiers and automatically + overhead per instance by using slots, interned identifiers and automatically reuse instances. For the test data set this was developed against, a library of ~14.000 tracks, went from needing ~75MB to ~17MB. (Fixes: :issue:`348`)