|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [3.2.0] - 2026-01-29 |
| 4 | + |
| 5 | +### Added |
| 6 | +- Added support for Python 3.14 [#923](https://github.com/python-pendulum/pendulum/pull/923) |
| 7 | +- Added upper limit to `time-machine` dependency [#931](https://github.com/python-pendulum/pendulum/pull/931) |
| 8 | + |
| 9 | +### Changed |
| 10 | +- Optimize usage of `re.` methods [#741](https://github.com/python-pendulum/pendulum/pull/741) |
| 11 | +- Fixed `pendulum.parse` not being marked as exported [#693](https://github.com/python-pendulum/pendulum/pull/693) |
| 12 | +- Fixed `pendulum.parse('now', tz='...')` ignoring the timezone [#701](https://github.com/python-pendulum/pendulum/pull/701) |
| 13 | +- Use `pathlib` to read Unix TZ data [#742](https://github.com/python-pendulum/pendulum/pull/742) |
| 14 | +- Fixed `Interval` deepcopying [#850](https://github.com/python-pendulum/pendulum/pull/850) |
| 15 | +- Fixed typo in `end_of('century')` docs [#910](https://github.com/python-pendulum/pendulum/pull/910) |
| 16 | +- Bumped PyO3 to 0.27 [#922](https://github.com/python-pendulum/pendulum/pull/922) |
| 17 | +- Fixed incorrect date offset calculation in Rust extensions [#918](https://github.com/python-pendulum/pendulum/pull/918) |
| 18 | +- Changed locales and `pytest` to be lazy loaded [#926](https://github.com/python-pendulum/pendulum/pull/926) |
| 19 | +- Fixed error of `Duration` deepcopy not including weeks [#933](https://github.com/python-pendulum/pendulum/pull/933) |
| 20 | +- Fixed empty `Duration`s not being an error in Python ISO8601 parser implementation [#903](https://github.com/python-pendulum/pendulum/pull/903) |
| 21 | +- Fixed parsing invalid interval string [#860](https://github.com/python-pendulum/pendulum/pull/860) |
| 22 | +- Fixed pluralization bug in `Duration.in_words()` [#826](https://github.com/python-pendulum/pendulum/pull/826) |
| 23 | + |
| 24 | +### Locales |
| 25 | +- Added HI (Hindi) locale [#902](https://github.com/python-pendulum/pendulum/pull/902) |
| 26 | + |
| 27 | +### Removed |
| 28 | +- Removed dependency on `pytz` [#911](https://github.com/python-pendulum/pendulum/pull/911) |
| 29 | + |
3 | 30 | ## [3.1.0] - 2025-04-19 |
4 | 31 |
|
5 | 32 | ### Added |
|
220 | 247 |
|
221 | 248 |
|
222 | 249 | [Unreleased]: https://github.com/python-pendulum/pendulum/compare/3.1.0...master |
| 250 | +[3.2.0]: https://github.com/python-pendulum/pendulum/releases/tag/3.2.0 |
| 251 | +[3.1.0]: https://github.com/python-pendulum/pendulum/releases/tag/3.1.0 |
223 | 252 | [3.1.0]: https://github.com/python-pendulum/pendulum/releases/tag/3.1.0 |
224 | 253 | [3.0.0]: https://github.com/python-pendulum/pendulum/releases/tag/3.0.0 |
225 | 254 | [3.0.0b1]: https://github.com/python-pendulum/pendulum/releases/tag/3.0.0b1 |
|
0 commit comments