Add one more commit about std::string from master

This commit is contained in:
Milo Yip 2015-05-14 14:59:26 +08:00
parent 0e9fe888b7
commit 3e56b0c35d

View File

@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.2] - 2015-05-14
### Added
* Add Value::XXXMember(...) overloads for std::string (#335)
### Fixed
* Include rapidjson.h for all internal/error headers.
* Parsing some numbers incorrectly in full-precision mode (`kFullPrecisionParseFlag`) (#342)