Skip to content

Commit ee1f492

Browse files
Update changelog for v2.7.0 (celery#783)
* Add changelog for 2.7.0 * Split changes into subcategories * Add missing entry * Fix formatting * Link to GitHub PRs in changelog using extlinks alias * Set release date in the Changelog --------- Co-authored-by: Christian Clauss <[email protected]>
1 parent dd6f240 commit ee1f492

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

Changelog

+30-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,42 @@
77
Next
88
====
99

10+
.. _version-2.7.0:
11+
12+
2.7.0
13+
=====
14+
:release-date: 2024-08-21
15+
:release-by: Christian Clauss (@cclauss)
16+
17+
Added
18+
~~~~~
19+
20+
- Add official support for Django 5.1 (:github_pr:`761`)
21+
- Relax Django upper version to allow version 5.1 (:github_pr:`756`)
22+
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (:github_pr:`743`)
23+
24+
Fixed
25+
~~~~~
26+
27+
- Fix display of long name day of week in admin (:github_pr:`745`)
28+
- Fix a few French translations (:github_pr:`760`)
29+
- Fix documentation about timezone changes (:github_pr:`769`)
30+
- Remove usages of deprecated setuptools API ``setuptools.command.test`` (:github_pr:`771`)
31+
- Clean up running of ``setup.py`` as it's deprecated (:github_pr:`737`)
32+
33+
Project infrastructure
34+
~~~~~~~~~~~~~~~~~~~~~~
35+
36+
- Automate PyPI release from GitHub actions using trusted publisher (:github_pr:`749`)
37+
- Simplify logic for minimum Python requirement (:github_pr:`765`)
38+
- Add Ruff to pre-commit config (:github_pr:`778`)
1039

1140
.. _version-2.6.0:
1241

1342
2.6.0
1443
=====
1544
:release-date: 2024-03-03
16-
:release-by: Christian Clauss
45+
:release-by: Christian Clauss (@cclauss)
1746

1847
- Avoid crash when can not get human readable description (#648).
1948
- Update codeql-analysis.yml (#653).

0 commit comments

Comments
 (0)