File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ properly to a Python 2/3 compatible codebase using a tool like
276276Note: the auto-translation feature is still in alpha; it needs more testing and
277277development, and will likely never be perfect.
278278
279- For more info, see :ref: `translation `.
280279
281280Pre-commit hooks
282281---------------- 
Original file line number Diff line number Diff line change @@ -4,13 +4,25 @@ What's New
44********** 
55
66What'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
1527What's new in version 0.18.3 (2023-01-13)
1628========================================= 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments