Skip to content

Commit c6dbb36

Browse files
authored
Update CHANGELOG from #218, #252, and #259
1 parent 3df7be3 commit c6dbb36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.7.1 - Unreleased
9+
### Additions
10+
- Support for additionalProperties attribute in OpenAPI schemas and "free-form" objects by adding an `additional_properties` attribute to generated models. **COMPATIBILITY NOTE**: this will prevent any model property with a name that would be coerced to "additional_properties" in the generated client from generating properly (#218 & #252). Thanks @packyg!
11+
12+
### Fixes
13+
- Enums will once again work with query parameters (#259). Thanks @packyg!
14+
815
## 0.7.0 - 2020-11-25
916

1017
### Breaking Changes

0 commit comments

Comments
 (0)