From 00321b9be5d800407bc05d47436f356cdaf774ab Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 15 Jan 2021 11:11:29 +0100 Subject: [PATCH] :memo: Updated Changelog --- include/moFileReader.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/moFileReader.hpp b/include/moFileReader.hpp index 2219439..4b494eb 100644 --- a/include/moFileReader.hpp +++ b/include/moFileReader.hpp @@ -105,6 +105,13 @@ * *

Changelog

* + * - Version 1.2.0 + * - Proper implementation of contexts strings + * Now it uses a separate 2D map for storing strings with context + * - Fixed MagicNumber check not working on Linux + * - Removed duplicate code + * - Added option to disable convenience Class + * * - Version 1.1.0 * - Converted library to a header-only library *