Skip to content

Commit c8c274e

Browse files
committed
docs: minor changelog fixes
1 parent 6fda0a4 commit c8c274e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ See https://github.com/python-attrs/attrs/blob/main/.github/CONTRIBUTING.md#chan
3232
[#1265](https://github.com/python-attrs/attrs/issues/1265)
3333
- All packaging metadata except from `__version__` and `__version_info__` has been removed from the `attr` and `attrs` modules (for example, `attrs.__url__`).
3434

35-
Please use [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html) or [*importlib_metadata*](https://pypi.org/project/importlib-metadata/) instead.
35+
Please use [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html) or [*importlib-metadata*](https://pypi.org/project/importlib-metadata/) instead.
3636
[#1268](https://github.com/python-attrs/attrs/issues/1268)
37-
- Speed up the generated `__eq__` methods significantly by generating a chain of attribute comparisons instead of constructing and comparing tuples.
37+
- The generated `__eq__` methods have been sped up significantly by generating a chain of attribute comparisons instead of constructing and comparing tuples.
3838
This change arguably makes the behavior more correct,
3939
but changes it if an attribute compares equal by identity but not value, like `float('nan')`.
4040
[#1310](https://github.com/python-attrs/attrs/issues/1310)

0 commit comments

Comments
 (0)