Mercurial > hgrepos > Python > libs > ConfigMix
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 740:cc9dff5fe0ca | 741:e069797f0e36 |
|---|---|
| 14 | 14 |
| 15 n/a (not yet published) | 15 n/a (not yet published) |
| 16 ~~~~~~~~~~~~~~~~~~~~~~~ | 16 ~~~~~~~~~~~~~~~~~~~~~~~ |
| 17 | 17 |
| 18 - **[feature]** | 18 - **[feature]** |
| 19 New merge strategy for lists: extend instead of replace. This is a new | 19 Allow new merge strategies for lists: extend or prepend instead of |
| 20 global load/merge flag. | 20 replace. This is implemented with a new optional parameter |
| 21 ``merge_lists`` for :py:func:`configmix.load` or | |
| 22 :py:func:`configmix.merge`. | |
| 21 | 23 |
| 22 - **[bugfix]** | 24 - **[bugfix]** |
| 23 Allow again the installation of the pure-Python version for Python < 3.7. | 25 Allow again the installation of the pure-Python version for Python < 3.7. |
| 24 | 26 |
| 25 | 27 |
