Skip to content

Commit b94738e

Browse files
committed
Update CHANGELOG.md with fixes
1 parent 0ada25b commit b94738e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22

3-
## [3.2.0] - 2026-01-29
3+
## [3.2.0] - 2026-01-30
44

55
### Added
66
- Added support for Python 3.14 [#923](https://github.com/python-pendulum/pendulum/pull/923)
77
- Added upper limit to `time-machine` dependency [#931](https://github.com/python-pendulum/pendulum/pull/931)
88

99
### Changed
10+
- *Dropped support for PyPy below PyPy3.11* [#937](https://github.com/python-pendulum/pendulum/pull/937)
1011
- Optimize usage of `re.` methods [#741](https://github.com/python-pendulum/pendulum/pull/741)
1112
- Fixed `pendulum.parse` not being marked as exported [#693](https://github.com/python-pendulum/pendulum/pull/693)
1213
- Fixed `pendulum.parse('now', tz='...')` ignoring the timezone [#701](https://github.com/python-pendulum/pendulum/pull/701)

0 commit comments

Comments
 (0)