File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111### Added
1212
1313
14+ ### Changed
15+
16+
17+ ### Fixed
18+
19+
20+ ### Removed
21+
22+
23+ ## [ Version 3.0.0 * (2018-10-01)* ] ( https://github.com/lumik/enum_flags/compare/v2.1.2...v3.0.0 )
24+
25+
1426### Changed
1527
1628- Moved to cmake.
29+ - Moved the header file under ` lumik ` subfolder.
30+ - Changed the ` enable_enum_flags ` function to ` EnableEnumFlags ` struct.
31+ - Moved ` EnableEnumFlags ` to namespace ` lumik::enum_flags ` .
1732
1833
1934### Fixed
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.1.3)
2- project (enum_flags VERSION 2.1.2 LANGUAGES CXX)
2+ project (enum_flags VERSION 3.0.0 LANGUAGES CXX)
33
44OPTION (ENUM_FLAGS_MAKE_TESTS
55 "Makes tests."
You can’t perform that action at this time.
0 commit comments