# HG changeset patch # User Franz Glasner # Date 1698391960 -7200 # Node ID b01d76710ddb64bc811e99651f96c80481f85369 # Parent 50dea7892b62dd41eab6713890ef4a50d3c1915d Changes diff -r 50dea7892b62 -r b01d76710ddb CHANGES.txt --- a/CHANGES.txt Fri Oct 27 09:32:27 2023 +0200 +++ b/CHANGES.txt Fri Oct 27 09:32:40 2023 +0200 @@ -12,6 +12,17 @@ Pre-1.0 Series -------------- +n/a (not yet published) +~~~~~~~~~~~~~~~~~~~~~~~ + +- **[feature]** + New merge strategy for lists: extend instead of replace. This is a new + global load/merge flag. + +- **[bugfix]** + Allow again the installation of the pure-Python version for Python < 3.7. + + v0.22 (2023-08-17) ~~~~~~~~~~~~~~~~~~