Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Jan 14, 2021
1 parent 052fa08 commit aee676f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes/2147-JacobHayes.md
@@ -0,0 +1 @@
Support `typing.Annotated` hints on model fields. A `Field` may now be set in the type hint with `Annotated[..., Field(...)`; all other annotations are ignored but still visible with `get_type_hints(..., include_extras=True)`.

0 comments on commit aee676f

Please sign in to comment.