From d7ee08621a364693cdc610a98fb5bf556efef084 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 17 Apr 2016 10:11:40 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70a6e3..c5d126a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Fix Document::Parse(const Ch*) for transcoding (#478) * encodings.h: fix typo in preprocessor condition (#495) * Custom Microsoft headers are necessary only for Visual Studio 2012 and lower (#559) -* +* Fix memory leak for invalid regex (26e69ffde95ba4773ab06db6457b78f308716f4b) +* Fix a bug in schema minimum/maximum keywords for 64-bit integer (e7149d665941068ccf8c565e77495521331cf390) ### Changed * Clarify problematic JSON license (#392)