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

    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 --------------