The Text_Normalize function now includes the parameter ForcesLowerCase (not-mandatory, default value set to True) which will force the lower case on the string (for instance, Red Velvet Cake will become red-velvet-cake instead of Red-Velvet-Cake).
This is the most common use case in URLs, to have it lower case, hence the default set to True.