From c37d82b10fe2216a14349ed828d35e60786cb624 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 2 Dec 2021 15:16:56 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b2490..0d58145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.8.0 - 2021/12/02 + +* Fix embedded field conflict behavior ( #300 ) +* Refactor compiler for encoder ( #301 #302 ) + # v0.7.10 - 2021/10/16 * Fix conversion from pointer to uint64 ( #294 ) diff --git a/README.md b/README.md index 418854e..8cb729f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go ``` * version ( expected release date ) -* v0.7.0 +* v0.8.0 | | while maintaining compatibility with encoding/json, we will add convenient APIs | @@ -21,7 +21,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go * v1.0.0 ``` -We are accepting requests for features that will be implemented between v0.7.0 and v.1.0.0. +We are accepting requests for features that will be implemented between v0.8.0 and v.1.0.0. If you have the API you need, please submit your issue [here](https://github.com/goccy/go-json/issues). For example, I'm thinking of supporting `context.Context` of `json.Marshaler` and decoding using JSON Path.