Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2016-04-21 18:59:01 +0300
committerMilo Yip <miloyip@gmail.com>2016-04-21 18:59:01 +0300
commit5b6e40df26db79a33cd1974bcdeb6a433c49c003 (patch)
treeeaffa8460266eff98ff03cc6685140831a6ceacc /CHANGELOG.md
parentaae2fbfc9968759f5955f10cdbb6bba7408eac75 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6de511e9..d1c948a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fix a bug in schema minimum/maximum keywords for 64-bit integer (e7149d665941068ccf8c565e77495521331cf390)
* Fix a crash bug in regex (#605)
* Fix schema "required" keyword cannot handle duplicated keys (#609)
+* Fix cmake CMP0054 warning (#612)
### Changed
* Clarify problematic JSON license (#392)