Skip to content

Commit 6771a04

Browse files
committed
Prepare 24.2.0
1 parent b6dc1f1 commit 6771a04

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

CHANGELOG.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,24 @@ You can find our backwards-compatibility policy [here](https://github.com/python
1010

1111
Changes for the upcoming release can be found in the [`changelog.d` directory](https://github.com/python-attrs/attrs/tree/main/changelog.d) in our repository.
1212

13-
<!--
14-
Do *NOT* add changelog entries here!
13+
<!-- towncrier release notes start -->
14+
15+
## [24.2.0](https://github.com/python-attrs/attrs/tree/24.2.0) - 2024-08-06
1516

16-
This changelog is managed by towncrier and is compiled at release time.
17+
### Deprecations
1718

18-
See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
19-
-->
19+
- Given the amount of warnings raised in the broader ecosystem, we've decided to only soft-deprecate the *hash* argument to `@define` / `@attr.s`.
20+
Please don't use it in new code, but we don't intend to remove it anymore.
21+
[#1330](https://github.com/python-attrs/attrs/issues/1330)
22+
23+
24+
### Changes
25+
26+
- `attrs.converters.pipe()` (and its syntactic sugar of passing a list for `attrs.field()`'s / `attr.ib()`'s *converter* argument) works again when passing `attrs.setters.convert` to *on_setattr* (which is default for `attrs.define`).
27+
[#1328](https://github.com/python-attrs/attrs/issues/1328)
28+
- Restored support for PEP [649](https://peps.python.org/pep-0649/) / [749](https://peps.python.org/pep-0749/)-implementing Pythons -- currently 3.14-dev.
29+
[#1329](https://github.com/python-attrs/attrs/issues/1329)
2030

21-
<!-- towncrier release notes start -->
2231

2332
## [24.1.0](https://github.com/python-attrs/attrs/tree/24.1.0) - 2024-08-03
2433

changelog.d/1328.change.md

-1
This file was deleted.

changelog.d/1329.change.md

-1
This file was deleted.

changelog.d/1330.deprecation.md

-2
This file was deleted.

0 commit comments

Comments
 (0)