Skip to content

Commit 2b3b04d

Browse files
committed
Update CHANGELOG and README to mention date properties
1 parent 4e21b82 commit 2b3b04d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## 0.3.0 - Unreleased
88
### Additions
99
- Link to the GitHub repository from PyPI (#26). Thanks @theY4Kman!
10+
- Support for date properties (#30, #37). Thanks @acgray!
1011

1112
### Fixes
1213
- Fixed some typing issues in generated clients and incorporate mypy into end to end tests (#32). Thanks @acgray!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OpenAPI document.
5858
## OpenAPI features supported
5959
1. All HTTP Methods
6060
1. JSON and form bodies, path and query parameters
61-
1. float, string, int, datetimes, string enums, and custom schemas or lists containing any of those
61+
1. float, string, int, date, datetime, string enums, and custom schemas or lists containing any of those
6262
1. html/text or application/json responses containing any of the previous types
6363
1. Bearer token security
6464

0 commit comments

Comments
 (0)