Skip to content

Commit ab13a75

Browse files
authored
Update CHANGELOG for changes in #241
1 parent 103acab commit ab13a75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Added a `--custom-template-path` option for providing custom jinja2 templates (#231 - Thanks @erichulburd!).
2828
- Better compatibility for "required" (whether or not the field must be included) and "nullable" (whether or not the field can be null) (#205 & #208). Thanks @bowenwr & @emannguitar!
2929
- Support for all the same schemas in responses as are supported in parameters.
30+
- In template macros: added `declare_type` param to `transform` and `initial_value` param to `construct` to improve flexibility (#241 - Thanks @packyg!).
31+
32+
### Fixes
33+
34+
- Fixed spacing and generation of properties of type `Union` in generated models (#241 - Thanks @packyg!).
3035

3136
## 0.6.2 - 2020-11-03
3237

0 commit comments

Comments
 (0)