Skip to content

Commit

Permalink
Prepare 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 6, 2024
1 parent b6dc1f1 commit 6771a04
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@ You can find our backwards-compatibility policy [here](https://github.com/python

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.

<!--
Do *NOT* add changelog entries here!
<!-- towncrier release notes start -->

## [24.2.0](https://github.com/python-attrs/attrs/tree/24.2.0) - 2024-08-06

This changelog is managed by towncrier and is compiled at release time.
### Deprecations

See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#changelog for details.
-->
- Given the amount of warnings raised in the broader ecosystem, we've decided to only soft-deprecate the *hash* argument to `@define` / `@attr.s`.
Please don't use it in new code, but we don't intend to remove it anymore.
[#1330](https://github.com/python-attrs/attrs/issues/1330)


### Changes

- `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`).
[#1328](https://github.com/python-attrs/attrs/issues/1328)
- Restored support for PEP [649](https://peps.python.org/pep-0649/) / [749](https://peps.python.org/pep-0749/)-implementing Pythons -- currently 3.14-dev.
[#1329](https://github.com/python-attrs/attrs/issues/1329)

<!-- towncrier release notes start -->

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

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1328.change.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1329.change.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/1330.deprecation.md

This file was deleted.

0 comments on commit 6771a04

Please sign in to comment.