Deprecate treating strings as numbers (#1780)

This commit is contained in:
Rangi
2025-08-06 10:13:22 -04:00
committed by GitHub
parent 34d99b273c
commit a4a830776b
14 changed files with 34 additions and 9 deletions

View File

@@ -135,6 +135,12 @@ Deprecated in 0.9.0, removed in 1.0.0.
Instead, use a multi-value
.Ic CHARMAP ,
or explicitly combine the values of individual characters.
.Ss Treating strings as numbers
Deprecated in 1.0.0.
.Pp
Instead, use character constants or the
.Ic CHARVAL
function.
.Ss rgbgfx -f/--fix and -F/--fix-and-save
Removed in 0.6.0.
.Pp