@@ -872,21 +872,17 @@ Deprecated or removed
872872 * The ` sum_kbn ` and ` cumsum_kbn ` functions have been moved to the
873873 [ KahanSummation] ( https://github.com/JuliaMath/KahanSummation.jl ) package ([ #24869 ] ).
874874
875- * Unicode-related string functions have been moved to the new ` Unicode ` standard
876- library module ( [ # 25021 ] ). This applies to ` normalize_string ` , ` graphemes ` ,
877- ` is_assigned_char ` , ` textwidth ` , ` islower ` , ` isupper ` , ` isalpha ` ,
878- ` isdigit ` , ` isxdigit ` , ` isnumber ` , ` isalnum ` , ` iscntrl ` , ` ispunct ` , ` isspace ` ,
879- ` isprint ` , ` isgraph ` , ` lowercase ` , ` uppercase ` , ` titlecase ` , ` lcfirst ` and ` ucfirst ` .
875+ * ` isnumber ` has been renamed to ` isnumeric ` ( [ # 25021 ] ).
876+
877+ * ` is_assigned_char ` and ` normalize_string ` have been renamed to ` isassigned ` and
878+ ` normalize ` , and moved to the new ` Unicode ` standard library module.
879+ ` graphemes ` has also been moved to that module ( [ # 25021 ] ) .
880880
881881 * The functions ` eigs ` and ` svds ` have been moved to the ` IterativeEigensolvers ` standard
882882 library module ([ #24714 ] ).
883883
884884 * ` @printf ` and ` @sprintf ` have been moved to the ` Printf ` standard library ([ #23929 ] ,[ #25056 ] ).
885885
886- * ` isnumber ` has been deprecated in favor of ` isnumeric ` , ` is_assigned_char `
887- in favor of ` isassigned ` and ` normalize_string ` in favor of ` normalize ` , all three
888- in the new ` Unicode ` standard library module ([ #25021 ] ).
889-
890886 * The aliases ` Complex32 ` , ` Complex64 ` and ` Complex128 ` have been deprecated in favor of ` ComplexF16 ` ,
891887 ` ComplexF32 ` and ` ComplexF64 ` respectively ([ #24647 ] ).
892888
0 commit comments