summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2fc13eb..de0d020 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+[0.18.6, 2024-02-07]:
+- fixed an issue with dataclass loading when the fields were collections (bug found
+ as a result of a question by [FibroMyAlgebra](https://stackoverflow.com/users/6855070/fibromyalgebra)
+ on [StackOverflow](https://stackoverflow.com/a/77485786/1307905))
+- fixed an issue loading dataclasses with `InitVar` fields when `from __future__ import
+ annotations` was used to delay evaluation of typing.
+
[0.18.5, 2023-11-03]:
- there is some indication that dependent packages have been pinned to use specific
(tested) and just install the latest even in Python versions that have end-of-life