Skip to content

Commit 62061a1

Browse files
committed
docs(changelog): Add CHANGELOG entry for #315
1 parent e1c6578 commit 62061a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Lowered the minimum version of `python-dateutil` to 2.8.0 for improved compatibility (#298 & #299). Thanks @bowenwr!
2424
- The `from_dict` method on generated models is now a `@classmethod` instead of `@staticmethod` (#215 & #292). Thanks @forest-benchling!
2525

26+
### Fixes
27+
28+
- The generated `from_dict` and `to_dict` methods of models will now properly handle `nullable` and `not required` properties that are themselves generated models (#315). Thanks @forest-benchling!
29+
2630
## 0.7.3 - 2020-12-21
2731

2832
### Fixes

0 commit comments

Comments
 (0)