Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Purge vim/emac local variable bloat.
- Implement type hints for Node subclasses.
- Ruff: Handle F401 exclusions more granularly, remove per-file exclusions.
- Implement type hints for Environment and environment utilities.

From William Deegan:
- Fix SCons Docbook schema to work with lxml > 5
Expand Down
1 change: 1 addition & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ DEVELOPMENT
- Unify internal "_null" sentinel usage.
- Docbook tests: improve skip message, more clearly indicate which test
need actual installed system programs (add -live suffix).
- Implement type hints for Environment and environment utilities.

- MSVC: Added a host/target batch file configuration table for Visual
Studio 2026. Visual Studio 2026 removed support for 32-bit arm targets.
Expand Down
Loading