Skip to content

Commit

Permalink
Update changelog for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Aug 16, 2019
1 parent 2e574b3 commit 2c4c563
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c4c563

Please sign in to comment.