Set version number and changelog for v0.15.2

This commit is contained in:
Oliver Hamlet
2020-06-14 10:47:07 +01:00
parent 8abc7160c8
commit 3baa0e88e5
4 changed files with 26 additions and 6 deletions
+20
View File
@@ -2,6 +2,26 @@
Version History
***************
0.15.2 - 2020-06-14
===================
Changed
-------
- :cpp:any:`MergeMetadata()` now only uses the group value of the given metadata
object if there is not already one set, matching the behaviour for all other
merged metadata.
- Updated esplugin to v3.3.1.
- Updated libgit2 to v1.0.1.
- Updated loot-condition-interpreter to v2.1.1.
- Updated spdlog to v1.6.1.
Fixed
-----
- :cpp:any:`GetPluginMetadata()` preferred masterlist metadata over userlist
metadata when merging them, which was the opposite of the intended behaviour.
0.15.1 - 2019-12-07
===================