diff options
author | Marcus Müller <mueller@kit.edu> | 2018-04-18 20:12:59 +0200 |
---|---|---|
committer | Marcus Müller <mueller@kit.edu> | 2018-04-18 20:12:59 +0200 |
commit | 1070e3bbbf0d288c5b6950200dfdfbaa5362d6c8 (patch) | |
tree | a1fd4c95dd0ee073ea89b71ab99e623c130e7097 | |
parent | 86fa85feef81e69dd1354b393118459340b94489 (diff) |
added GRC fix, boost 1.67 compat, Clang regex to changelog
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c06a23f3e..3134315e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Older Logs can be found in `docs/RELEASE-NOTES-*`. +## unreleased + +### Fixed +#### Project Scope +- `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her +- CMake: using regex to match compiler against "Clang" now enables correct build on OS X +#### GRC +- Fixed GRC bug which made broke WX and Qt (by altering the template code) + ## [3.7.12.0] - 2018-04-01 ### Software Engineering |