From 9426d777e3b55745b37eeadf098cd37615dd60c1 Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Sun, 23 Jul 2023 19:13:09 +0200 Subject: [PATCH] Update changelog (#118) --- CHANGES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c30536c8..998246e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,13 +4,6 @@ **23.07.2023** -* Update changelog for v0.0.22 by @MarshalX in https://github.com/MarshalX/atproto/pull/115 -* Return None instead of exception on unknown field in DotDict by @MarshalX in https://github.com/MarshalX/atproto/pull/116 - -## Version 0.0.22 - -**23.07.2023** - * ❗ Delete get_or_create_model method (backward incompatible) by @MarshalX in https://github.com/MarshalX/atproto/pull/111 * Add documentation for base models by @MarshalX in https://github.com/MarshalX/atproto/pull/109 * Add import aliases for "models.utils" by @MarshalX in https://github.com/MarshalX/atproto/pull/111 @@ -20,8 +13,15 @@ * Make languages constants immutable by @MarshalX in https://github.com/MarshalX/atproto/pull/110 * Fix get_model_as_dict for DotDict by @MarshalX in https://github.com/MarshalX/atproto/pull/111 * Fix is_record_type for DotDict models by @MarshalX in https://github.com/MarshalX/atproto/pull/112 +* Fix access to unknown fields in DotDict by @MarshalX in https://github.com/MarshalX/atproto/pull/116 * Update changelog for v0.0.21 by @MarshalX in https://github.com/MarshalX/atproto/pull/108 +## Version 0.0.22 + +**23.07.2023** + +release has been yanked + ## Version 0.0.21 **21.07.2023**