Skip to content

Commit a10a78b

Browse files
committed
Update "What's New"
1 parent 9f87630 commit a10a78b

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ properly to a Python 2/3 compatible codebase using a tool like
276276
Note: the auto-translation feature is still in alpha; it needs more testing and
277277
development, and will likely never be perfect.
278278

279-
For more info, see :ref:`translation`.
280279

281280
Pre-commit hooks
282281
----------------

docs/whatsnew.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ What's New
44
**********
55

66
What's new in version 1.0.0 (2024-02-21)
7-
=========================================
8-
This is a minor bug-fix release containing a small number of fixes:
7+
========================================
8+
9+
The new version number of 1.0.0 indicates that the python-future project, like
10+
Python 2, is now done.
11+
12+
The most important change in this release is adding support for Python 3.12
13+
(ba1cc50 and a6222d2 and bcced95).
14+
15+
This release also includes these fixes:
916

10-
- Fix for Python 3.12's removal of the imp module
1117
- Small updates to the docs
12-
- Add a note to the docs that the package, like Python 2, is done.
18+
- Add SECURITY.md describing security policy (0598d1b)
1319
- Fix pasteurize: NameError: name 'unicode' is not defined (de68c10)
20+
- Move CI to GitHub Actions (8cd11e8)
21+
- Add setuptools to requirements for building docs (0c347ff)
22+
- Fix typos in docs (350e87a)
23+
- Make the fix_unpacking fixer more robust (de68c10)
24+
- Small improvements to shell scripts according to shellcheck (6153844)
25+
1426

1527
What's new in version 0.18.3 (2023-01-13)
1628
=========================================

0 commit comments

Comments
 (0)