Skip to content

Commit 6f5519b

Browse files
authored
Fix converter copying (#399)
* Fix converter copying * History, pylint?
1 parent 5f5c116 commit 6f5519b

5 files changed

Lines changed: 963 additions & 916 deletions

File tree

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- Improve handling of TypedDicts with forward references.
2323
- Speed up generated _attrs_ and TypedDict structuring functions by changing their signature slightly.
2424
([#388](https://github.com/python-attrs/cattrs/pull/388))
25+
- Fix copying of converters using function hooks.
26+
([#398](https://github.com/python-attrs/cattrs/issues/398) [#399](https://github.com/python-attrs/cattrs/pull/399))
2527

2628
## 23.1.2 (2023-06-02)
2729

0 commit comments

Comments
 (0)