Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 741:e069797f0e36
Implemented the new merge stragegies when merging lists: "extend" and "prepend"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 29 Oct 2023 17:15:41 +0100 |
| parents | b01d76710ddb |
| children | b26a1afe0558 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Oct 29 17:13:32 2023 +0100 +++ b/CHANGES.txt Sun Oct 29 17:15:41 2023 +0100 @@ -16,8 +16,10 @@ ~~~~~~~~~~~~~~~~~~~~~~~ - **[feature]** - New merge strategy for lists: extend instead of replace. This is a new - global load/merge flag. + Allow new merge strategies for lists: extend or prepend instead of + replace. This is implemented with a new optional parameter + ``merge_lists`` for :py:func:`configmix.load` or + :py:func:`configmix.merge`. - **[bugfix]** Allow again the installation of the pure-Python version for Python < 3.7.
