From a2c28db5304281f857d3353d9a1e9912c38ae607 Mon Sep 17 00:00:00 2001 From: ooxi <violetland@mail.ru> Date: Thu, 14 Jan 2016 10:26:31 +0100 Subject: [PATCH] Updated changelog to include general refactoring --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3318f9df..7d13e74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Legend Upcoming release ---------------- + * `[*]` [Clearified `ConfigFile.h` origin and license](https://github.com/ooxi/violetland/commit/ebb4081312dbbfc076fe02f698cf89c057526b44) + * `[*]` [Unified namespace `violet` and include guard prefix `VIOLET_`](https://github.com/ooxi/violetland/pull/95) * `[!]` [Ensured all files except `start.cmd` use UNIX line endings](https://github.com/ooxi/violetland/pull/94) * `[*]` [Improved `CMakeLists.txt` readability](https://github.com/ooxi/violetland/pull/93) * `[*]` [Refactored window handlers to use `boost::function`](https://github.com/ooxi/violetland/pull/91)