diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b8d28b633..a1a893237 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ - ``re.split`` for empty regular expressions now yields every character in the string which is what other programming languages chose to do. +- ``cookies.setCookie` no longer assumes UTC for the expiration date. + #### Breaking changes in the compiler ### Library additions @@ -18,6 +20,9 @@ ### Library changes +- ``macros.astGenRepr``, ``macros.lispRepr`` and ``macros.treeRepr`` + now escapes the content of string literals consistently. + ### Language additions ### Language changes |