From 0c00f56d4564539290c371df94a70fe72823d2a3 Mon Sep 17 00:00:00 2001 From: oktonion <0oktonion0@gmail.com> Date: Tue, 7 Aug 2018 14:54:39 +0300 Subject: [PATCH] CHANGELOG updated --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de900ff..d626b6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,19 @@ All notable changes to stdex library project will be documented in this file. visit https://github.com/oktonion/stdex for the latest version of stdex library -## [0.1.0] - 2018-08-13 +## [0.1.1] - 2018-08-07 +### Added + - is_enum implementation + +### Changed + - is_class now returns false on enums + +## [0.1.0] - 2018-08-03 ### Removed - rudimental code for nullptr implementation ### Changed - - is_array now detects T[] (array with no size) - - nullptr now is signed as integer and enum (removes Borland C++ Builder 6.0 warning of signed-unsigned comparison) + - is_array now detects T[] (array with no size) + - nullptr now is signed as integer and enum (removes Borland C++ Builder 6.0 warning of signed-unsigned comparison) - - build script for Microsoft Visual Studio now works correctly \ No newline at end of file + - build script for Microsoft Visual Studio now works correctly \ No newline at end of file