Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Dec 26, 2020
1 parent 6ee215f commit d7ac367
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 d7ac367

Please sign in to comment.