From 387e0202e754a3244695461fb158bb9b008949ae Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Tue, 10 May 2022 12:16:30 +1200 Subject: [PATCH] update release notes --- .../wwwroot/md/release-notes/json-schema-generation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/json-everything.net/wwwroot/md/release-notes/json-schema-generation.md b/json-everything.net/wwwroot/md/release-notes/json-schema-generation.md index 0f27c40d5b..aeac74e72e 100644 --- a/json-everything.net/wwwroot/md/release-notes/json-schema-generation.md +++ b/json-everything.net/wwwroot/md/release-notes/json-schema-generation.md @@ -1,6 +1,8 @@ -# [2.0.0](https://github.com/gregsdennis/json-everything/pull/200) +# [2.0.0](https://github.com/gregsdennis/json-everything/pull/261) -[#256](https://github.com/gregsdennis/json-everything/pull/243) - Added support for type-level attributes. +[#202](https://github.com/gregsdennis/json-everything/issues/202) - Added support for read-only & write-only keywords for properties that only have getters or setters. The attributes override this detection behavior. + +[#256](https://github.com/gregsdennis/json-everything/pull/256) - Added support for type-level attributes. ## Breaking changes