diff --git a/docs/changelog.txt b/docs/changelog.txt index c24992393..0a6a2d37c 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,10 +41,16 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `building-hacks`: fixed error when dealing with custom animation tables - `embark-assistant`: fixed crash when entering finder with a 16x16 embark selected, and added 16 to dimension choices +## Misc Improvements +- `devel/export-dt-ini`: added viewscreen offsets for DT 40.1.2 + ## Internals +- Linux/macOS: changed recommended build backend from Make to Ninja (Make builds will be significantly slower now) +- Added a usable unit test framework for basic tests, and a few basic tests - Core: various thread safety and memory management improvements - Fixed cmake build dependencies for generated header files -- Fixed custom CMAKE_CXX_FLAGS not being passed to plugins +- Fixed custom ``CMAKE_CXX_FLAGS`` not being passed to plugins +- Changed ``plugins/CMakeLists.custom.txt`` to be ignored by git and created (if needed) at build time instead ## Lua - ``utils``: new ``OrderedTable`` class diff --git a/library/xml b/library/xml index 23500e4e9..579283113 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 23500e4e9bd1885365d0a2ef1746c321c1dd5094 +Subproject commit 57928311390bb67fe0cd5deec14e2d4621b13a58