From 2c4c563c86f35bcb95e19aff2c8098b3282247b0 Mon Sep 17 00:00:00 2001 From: leadpony Date: Fri, 16 Aug 2019 16:34:00 +0900 Subject: [PATCH] Update changelog for next release. --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa06410..03b3ac98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added -- `JsonValidatingException.getLocalizedMessage()` is now implemented. English and Japanese are all languages supported by current version. +- `printProblems(PrintStream)` and `printProblems(PrintWriter)` methods to `JsonValidatingException` class. +- `print()` method to `Problem` interface. ### Changed - [CLI] Now uses Joy as a JSON-P implementation. -### Deprecated -- The constructor `JsonValidatingException(List)` is replaced with `JsonValidatingException(List, Renderer)`. - ### Fixed - `JsonValidatingException.getMessage()` now correctly returns a message describing all problems including problems on any branch. (Issue #23 reported by @gustabart) -- A bug which was causing schema readers to report too many problems when they are created with `withStrictKeywords()` enabled. (Issue #25) +- A bug which was causing schema readers to report too many problems when they are created with `withStrictKeywords()` enabled. (Issue #25) ## 1.0.0 - 2019-07-15 ### Added