Skip to content

Commit

Permalink
CHANGELOG updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Aug 7, 2018
1 parent 448cd97 commit 0c00f56
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- build script for Microsoft Visual Studio now works correctly

0 comments on commit 0c00f56

Please sign in to comment.