From 7a9a8fb4de3102bb505779a97ccb5129502dcdd4 Mon Sep 17 00:00:00 2001
From: Daniel Parker
Date: Mon, 12 Oct 2015 07:08:48 -0400
Subject: [PATCH] Updates to docs
---
README.html | 2 +-
README.md | 2 +-
doc/Changelog | 3 ++-
src/doc/Changelog.md | 5 +++--
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.html b/README.html
index faaa45a552..e83dc15079 100644
--- a/README.html
+++ b/README.html
@@ -498,7 +498,7 @@ jsoncons: a C++ library for json construction
Handles JSON texts of arbitrarily large depth, a limit can be set if desired
-What's new on Master
+What's new in Release 0.98
Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix
diff --git a/README.md b/README.md
index 714be7f2d4..fa8a252242 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The library has a number of features, which are listed below:
- 100 percent pass of test suite files from http://www.json.org/JSON_checker/
- Handles JSON texts of arbitrarily large depth, a limit can be set if desired
-## What's new on Master
+## What's new in Release 0.98
- Fixes the noexcept specification (required for Visual Studio 2015 and later.) Fix
contributed by Rupert Steel.
diff --git a/doc/Changelog b/doc/Changelog
index 0f9c323b7b..5ebc33e6cb 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -468,7 +468,7 @@ vertical-align:1px;
-Targeting 0.98 Release
+0.98 Release
Bug fixes:
@@ -497,6 +497,7 @@ it is arbitrarily large (limited by heap memory.)
Changes the top level namespace for the extensions from jsoncons_ext
to jsoncons
, e.g. jsoncons_ext::csv::csv_reader
becomes jsoncons::csv::csv_reader
Modifies csv_reader and csv_serializer so that the constructors are passed parameters in a csv_parameters
object rather than a json
object.
+Adds more options to csv_reader
0.97.2 Release
diff --git a/src/doc/Changelog.md b/src/doc/Changelog.md
index e6c46f79b0..da29123638 100644
--- a/src/doc/Changelog.md
+++ b/src/doc/Changelog.md
@@ -1,5 +1,5 @@
-Targeting 0.98 Release
-----------------------
+0.98 Release
+------------
Bug fixes:
@@ -26,6 +26,7 @@ Changes to extensions:
- Changes the top level namespace for the extensions from `jsoncons_ext` to `jsoncons`, e.g. `jsoncons_ext::csv::csv_reader` becomes `jsoncons::csv::csv_reader`
- Modifies csv_reader and csv_serializer so that the constructors are passed parameters in a `csv_parameters` object rather than a `json` object.
+- Adds more options to csv_reader
0.97.2 Release
--------------