Skip to content

Commit

Permalink
fix typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Dec 24, 2024
1 parent 9ae7f74 commit d3bbfe2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
0.6.16 (2024-12-22)
-------------------

- Fix but in ``ZonedDateTime`` ``repr()`` that would mangle some timezone names
- Fix bug in ``ZonedDateTime`` ``repr()`` that would mangle some timezone names
- Make ``disambiguate`` argument optional, defaulting to ``"compatible"``.

**Rationale**: This required parameter was a frequent source of
Expand All @@ -25,11 +25,9 @@
0.6.14 (2024-11-27)
-------------------

**Fixed**

- Ensure docstrings and error messages are consistent in Rust extension
as well as the pure-Python version
- Remove ondocumented properties ``hour/minute/etc`` from ``Instant``
- Remove undocumented properties ``hour/minute/etc`` from ``Instant``
that were accidentally left in the Rust extension.
- ``exact_eq()`` now also raises ``TypeError`` in the pure Python version
when comparing different types.
Expand Down

0 comments on commit d3bbfe2

Please sign in to comment.