docs/changelog.md

branch
eric7-maintenance
changeset 10892
409d010d7cae
parent 10873
4e8e63df7893
parent 10884
2be906d60ffb
child 10941
07cad049002c
diff -r 8f58c95bc6a8 -r 409d010d7cae docs/changelog.md
--- a/docs/changelog.md	Mon Jul 29 14:43:59 2024 +0200
+++ b/docs/changelog.md	Sat Aug 31 10:54:21 2024 +0200
@@ -1,5 +1,15 @@
 # Change Log
 
+### Version 24.9
+- bug fixes
+- Code Style Checker
+    - Updated these checkers.
+        - Security to `bandit` v1.7.9
+        - Miscellaneous to `flake8-comprehensions` v3.15.0
+- Third Party Packages
+    - Upgraded `pip-licenses` to version 5.0.0.
+    - Upgraded `pycodestyle` to version 2.12.0.
+
 ### Version 24.8
 - bug fixes
 - General
@@ -19,7 +29,7 @@
 - Security Key Management
     - Added a tool to manage FIDO2 security keys.
 - Web Browser
-    - Added support for `Passkeys` (Qt >= 6.7.0).
+    - Added support for `Passkeys` (for Qt >= 6.7.0).
 
 ### Version 24.7.1
 - bug fixes
@@ -30,9 +40,9 @@
     - Improved the internal debug logging system.
 - Code Style Checker
     - Updated these checkers.
-        - Annotations to `flake8-annotations v3.1.1`
-        - Miscellaneous to `flake8-bugbear v24.4.26`
-        - Logging to `flake8-logging v1.6.0`
+        - Annotations to `flake8-annotations` v3.1.1
+        - Miscellaneous to `flake8-bugbear` v24.4.26
+        - Logging to `flake8-logging` v1.6.0
 - IDE Server
     - Added functionality to work with remote files and projects via
       an `eric-ide Server` on a remote computer. All communication to
@@ -84,9 +94,9 @@
 - bug fixes
 - Code Style Checker
     - Updated these checkers.
-        - Security to `bandit v1.7.8`
-        - Miscellaneous to `flake8-bugbear v24.2.6`
-        - Logging to `flake8-logging v1.5.0`
+        - Security to `bandit` v1.7.8
+        - Miscellaneous to `flake8-bugbear` v24.2.6
+        - Logging to `flake8-logging` v1.5.0
 - MicroPython
     - Updated the list of known CircuitPython boards.
     - Updated the list of known UF2 capable boards.
@@ -102,7 +112,7 @@
 - Snapshot
     - Disabled the snapshot functionality for Wayland based desktops.
 - Third Party Packages
-    - Upgraded pip-licenses to version 4.3.4.
+    - Upgraded `pip-licenses` to version 4.3.4.
 
 ### Version 24.3
 - bug fixes
@@ -147,8 +157,8 @@
 - Project Browser
     - Added the capability to show local variables of functions and methods.
 - Third Party packages
-    - Upgraded pyflakes to version 3.2.0.
-    - Upgraded jquery.js to version 3.7.1.
+    - Upgraded `pyflakes` to version 3.2.0.
+    - Upgraded `jquery.js` to version 3.7.1.
 
 ### Version 24.1
 - bug fixes

eric ide

mercurial