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>2015-04-25 11:01:10 +0300
committerMilo Yip <miloyip@gmail.com>2015-04-25 11:01:10 +0300
commitd2269f65f60d12b96228918619d8df606fc61de2 (patch)
tree28487c4de92f45089fc8fec8cafb64aaccae9b25
parenta592e199e7e9ef10a4059f2ec18f59dcd1b7ec3c (diff)
Update CHANGELOG.mdv1.0.1
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd0e4edf..07d732b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-## [v1.0.1] - 2015-04-25
+## [1.0.1] - 2015-04-25
### Added
* Changelog following [Keep a CHANGELOG](https://github.com/olivierlacan/keep-a-changelog) suggestions.
@@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Parsing of some numbers (e.g. "1e-00011111111111") causing assertion (#314).
* Visual C++ 32-bit compilation error in `diyfp.h` (#317).
-## [v1.0.0] - 2015-04-22
+## [1.0.0] - 2015-04-22
### Added
* 100% [Coverall](https://coveralls.io/r/miloyip/rapidjson?branch=master) coverage.
@@ -28,7 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
* Remove an invalid `Document::ParseInsitu()` API (e7f1c6dd08b522cfcf9aed58a333bd9a0c0ccbeb).
-## [v1.0 Beta] - 2015-04-8
+## 1.0-beta - 2015-04-8
### Added
* RFC 7159 (#101)
@@ -57,3 +57,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.11 - 2012-11-16
## 0.1 - 2011-11-18
+
+[Unreleased]: https://github.com/miloyip/rapidjson/compare/v1.0.1...HEAD
+[1.0.1]: https://github.com/miloyip/rapidjson/compare/v1.0.0...v1.0.1
+[1.0.0]: https://github.com/miloyip/rapidjson/compare/v1.0-beta...v1.0.0