This commit is contained in:
Martin Hořeňovský
2018-03-02 21:22:10 +01:00
parent 7d0cfd27ce
commit 74effafca7
6 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
# 1.12.1
### Fixes
* Fixed deprecation warning in `ScopedMessage::~ScopedMessage`
* All uses of `min` or `max` identifiers are now wrapped in parentheses
* This avoids problems when Windows headers define `min` and `max` macros
# 1.12.0
### Fixes