Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Nov 26, 2024
1 parent 81bc6d7 commit d694a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ hide:
- Per stack encoders.
- Leverage new lilya encoder API. Encoders can use `__type__`
- **Breaking** For custom Encoders implementing encode either `__type__` or `is_type_structure` must be provided.
- **Breaking** For Python >=3.10 eval_str is used for retrieving the annotations of a function. The results can be slightly different.
- **Breaking** For Python >=3.10 eval_str is used for resolving the annotations of a function.
Make sure objects specified are not hidden with `TYPE_CHECKING` flag.

## 3.5.0

Expand Down

0 comments on commit d694a92

Please sign in to comment.