Skip to content

Commit 51595e1

Browse files
committed
More history
1 parent 7ea91cd commit 51595e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
2020
- Apply the attrs converter to the default value before checking if it is equal to the attribute's value, when `omit_if_default` is true and an attrs converter is specified.
2121
([#696](https://github.com/python-attrs/cattrs/pull/696))
2222
- Use the optional `_value_` type hint to structure and unstructure enums if present.
23-
([##699](https://github.com/python-attrs/cattrs/issues/699))
23+
([#699](https://github.com/python-attrs/cattrs/issues/699))
2424
- _cattrs_ now tracks performance using [codspeed](https://codspeed.io/python-attrs/cattrs).
2525
([#703](https://github.com/python-attrs/cattrs/pull/703))
2626
- The {mod}`tomlkit <cattrs.preconf.tomlkit>` preconf converter now properly handles `date` and `datetime` objects when structuring.
27-
([#707](https://github.com/python-attrs/cattrs/issues/707))
27+
([#707](https://github.com/python-attrs/cattrs/issues/707) [#708](https://github.com/python-attrs/cattrs/pull/708))
2828

2929

3030
## 25.3.0 (2025-10-07)

0 commit comments

Comments
 (0)