From 8dcc87cf422c8344ca565c8ee23b7119bc100949 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 28 Oct 2020 19:26:46 +0000 Subject: [PATCH] correct history --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4abcdad..21c03f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## v1.7.1 (2020-10-28) +Thank you to pydantic's sponsors: +@timdrijvers, @BCarley, @chdsbd, @tiangolo, @matin, @linusg, @kevinalh, @jorgecarleitao, @koxudaxi, @primer-api, @mkeen +for their kind support. + * fix annotation of `validate_arguments` when passing configuration as argument, #2055 by @layday * Fix mypy assignment error when using `PrivateAttr`, #2048 by @aphedges * fix `underscore_attrs_are_private` causing `TypeError` when overriding `__init__`, #2047 by @samuelcolvin