Skip to content

Commit

Permalink
A few more compatibility warnings in the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Sep 25, 2024
1 parent 9ab26f8 commit 5ba9c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ writing Tcl scripts.
- Introduced versioning of the `Tcl_ObjType` struct
- Removed macros `CONST*`: Tcl 9 support means dropping Tcl 8.3 support.
(Replaced with standard C `const` keyword going forward.)
- Removed registration of several `Tcl_ObjType`s.
- Removed API functions:

`Tcl_Backslash()`,
Expand All @@ -83,6 +84,8 @@ writing Tcl scripts.
`Tcl_UniCharN(case)cmp()`,
`Tcl_UniCharCaseMatch()`

- Revised many internals; beware reliance on undocumented behaviors.

# New Features

## New commands
Expand Down

0 comments on commit 5ba9c97

Please sign in to comment.