Change string splitting.

This commit is contained in:
Stephen Chung
2022-04-09 13:07:42 +08:00
parent 42f977862f
commit 8bd33d7b34
2 changed files with 40 additions and 16 deletions

View File

@@ -9,6 +9,12 @@ Bug fixes
* Functions with `Dynamic` parameters now work in qualified calls from `import`ed modules.
Script-breaking changes
-----------------------
* `split` now splits a string by whitespaces instead of splitting it into individual characters. This is more in line with common practices.
* A new function `to_chars` for strings is added to split the string into individual characters.
Version 1.6.0
=============