|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +1.4.0 (2025-10-02) |
| 5 | +------------------ |
| 6 | + |
| 7 | +- [ADDED] Added ``week_start`` parameter to ``floor()`` and ``ceil()`` methods. `PR #1222 <https://github.com/arrow-py/arrow/pull/1222>`_ |
| 8 | +- [ADDED] Added ``FORMAT_RFC3339_STRICT`` with a T separator. `PR #1201 <https://github.com/arrow-py/arrow/pull/1201>`_ |
| 9 | +- [ADDED] Added Macedonian in Latin locale support. `PR #1200 <https://github.com/arrow-py/arrow/pull/1200>`_ |
| 10 | +- [ADDED] Added Persian/Farsi locale support. `PR #1190 <https://github.com/arrow-py/arrow/pull/1190>`_ |
| 11 | +- [ADDED] Added week and weeks to Thai locale timeframes. `PR #1218 <https://github.com/arrow-py/arrow/pull/1218>`_ |
| 12 | +- [ADDED] Added weeks to Catalan locale. `PR #1189 <https://github.com/arrow-py/arrow/pull/1189>`_ |
| 13 | +- [ADDED] Added Persian names of months, month-abbreviations and day-abbreviations in Gregorian calendar. `PR #1172 <https://github.com/arrow-py/arrow/pull/1172>`_ |
| 14 | +- [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. `PR #1217 <https://github.com/arrow-py/arrow/pull/1217>`_ |
| 15 | +- [FIXED] Fixed humanize month limits. `PR #1224 <https://github.com/arrow-py/arrow/pull/1224>`_ |
| 16 | +- [FIXED] Fixed type hint of ``Arrow.__getattr__``. `PR #1171 <https://github.com/arrow-py/arrow/pull/1171>`_ |
| 17 | +- [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. `PR #1181 <https://github.com/arrow-py/arrow/pull/1181>`_ |
| 18 | +- [FIXED] Updated ``shift()`` method for issue #1145. `PR #1194 <https://github.com/arrow-py/arrow/pull/1194>`_ |
| 19 | +- [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo). `PR #1184 <https://github.com/arrow-py/arrow/pull/1184>`_, `PR #1186 <https://github.com/arrow-py/arrow/pull/1186>`_ |
| 20 | +- [FIXED] Addressed ``datetime.utcnow`` deprecation warning. `PR #1182 <https://github.com/arrow-py/arrow/pull/1182>`_ |
| 21 | +- [INTERNAL] Added codecov test results. `PR #1223 <https://github.com/arrow-py/arrow/pull/1223>`_ |
| 22 | +- [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, codecov/codecov-action, actions/cache). |
| 23 | +- [INTERNAL] Added docstrings to parser.py. `PR #1010 <https://github.com/arrow-py/arrow/pull/1010>`_ |
| 24 | +- [INTERNAL] Updated Python versions support and bumped CI dependencies. `PR #1177 <https://github.com/arrow-py/arrow/pull/1177>`_ |
| 25 | +- [INTERNAL] Added dependabot for GitHub actions. `PR #1193 <https://github.com/arrow-py/arrow/pull/1193>`_ |
| 26 | +- [INTERNAL] Moved dateutil types to test requirements. `PR #1183 <https://github.com/arrow-py/arrow/pull/1183>`_ |
| 27 | +- [INTERNAL] Added documentation link for ``arrow.format``. `PR #1180 <https://github.com/arrow-py/arrow/pull/1180>`_ |
| 28 | + |
4 | 29 | 1.3.0 (2023-09-30) |
5 | 30 | ------------------ |
6 | 31 |
|
|
0 commit comments