From 62525b191647a55cbdc4b6d26266469913b93ea0 Mon Sep 17 00:00:00 2001 From: leadpony Date: Sun, 1 Sep 2019 20:52:23 +0900 Subject: [PATCH] Update readme and changelog --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80eabb6..604c6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.3.0 - 2019-09-01 +### Added +- Tests for `JsonParser.skipArray()` and `JsonParser.skipObject()` in the middle of array/object. +- Tests for building JSON with collection/map. + ## 1.2.0 - 2019-08-04 ### Added - JSON examples with various kinds of indentations. diff --git a/README.md b/README.md index 8f747c8..0f892fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project provides a set of tests for implementations of [Java API for JSON Processing (JSR 374)]. -## Project Goal +## Project Goals * Provides comprehensive test suite which is fairly available for all JSON-P implementations. * Contributes to the quality of JSON-P implementations. @@ -35,7 +35,7 @@ The jar-packaged artifact of this test suite is available from [JitPack] reposit org.leadpony jsonp-test-suite - 1.2.0 + 1.3.0 test