Skip to content

Commit

Permalink
fix link to discriminated union section
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Dec 19, 2021
1 parent a6692d1 commit 0f961d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for their kind support.
### Highlights

* add python 3.10 support, #2885 by @PrettyWood
* [Discriminated unions](https://pydantic-docs.helpmanual.io/usage/types/#discriminated-unions), #619 by @PrettyWood
* [Discriminated unions](https://pydantic-docs.helpmanual.io/usage/types/#discriminated-unions-aka-tagged-unions), #619 by @PrettyWood
* [`Config.smart_union` for better union logic](https://pydantic-docs.helpmanual.io/usage/model_config/#smart-union), #2092 by @PrettyWood
* Binaries for Macos M1 CPUs, #3498 by @samuelcolvin
* Complex types can be set via [nested environment variables](https://pydantic-docs.helpmanual.io/usage/settings/#parsing-environment-variable-values), e.g. `foo___bar`, #3159 by @Air-Mark
Expand Down

0 comments on commit 0f961d4

Please sign in to comment.