We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7c517 commit cedd98eCopy full SHA for cedd98e
CHANGELOG.md
@@ -7,8 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+...
11
+
12
+### [1.9.0] - 2025-01-29
13
14
+### Added
15
16
- [Support generics](https://github.com/konradhalas/dacite/pull/272)
17
- Change type definition for `Data` in order to be more permissive
18
19
+### Fixed
20
21
+- [Fix union matches using .popitem() when no matches are found](https://github.com/konradhalas/dacite/pull/233)
22
+- [Supress unnecessary context in some stack trackes](https://github.com/konradhalas/dacite/pull/265)
23
- Fix issues with caching internal function calls
24
25
## [1.8.1] - 2023-05-12
0 commit comments