Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added feature post_init_post_parse #567

Merged
merged 20 commits into from
Jun 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update history.rst, changed previouis change 560 to breaking change b…
…ecause it broke the original flow
  • Loading branch information
sevaho committed Jun 1, 2019
commit f8dc012678e2bec43ce7eed486fb1ddf18950297
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
History
-------

v0.28 (2019-06-01)
sevaho marked this conversation as resolved.
Show resolved Hide resolved
..................
add ``_pydantic_post_init_post_parse`` to execute ``__post_init_post_parse__`` after validation, #567 by @sevaho
sevaho marked this conversation as resolved.
Show resolved Hide resolved

v0.27 (2019-05-30)
..................
* Change ``_pydantic_post_init`` to execute dataclass' original ``__post_init__`` before
* **breaking change** ``_pydantic_post_init`` to execute dataclass' original ``__post_init__`` before
validation, #560 by @HeavenVolkoff
* fix handling of generic types without specified parameters, #550 by @dmontagu
* **breaking change** (maybe): this is the first release compiled with **cython**, see the docs and please
Expand Down