diff CHANGES.txt @ 8092:f0d2aa39bc32

chore: update CHANGES.txt for listdir - scandir change. Also make line length to 65.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 Jul 2024 10:43:53 -0400
parents 95f91b6f0386
children 8e310a7b5e09
line wrap: on
line diff
--- a/CHANGES.txt	Tue Jul 16 02:10:25 2024 -0400
+++ b/CHANGES.txt	Tue Jul 16 10:43:53 2024 -0400
@@ -16,9 +16,12 @@
 2025-XX-XX 2.5.0
 
 Fixed:
-- issue2551343 - Remove support for PySQLite. It is unmaintained and
-  sqlite3 is used which is the default for a Python distribution.
-  (John Rouillard)
+- issue2551343 - Remove support for PySQLite. It is unmaintained
+  and sqlite3 is used which is the default for a Python
+  distribution.  (John Rouillard)
+- replace use of os.listdir with os.scandir. Performance
+  improvement.  Using with Python 2 requires 'pip install
+  scandir'. (John Rouillard)
 
 Features:
 

Roundup Issue Tracker: http://roundup-tracker.org/