diff options
author | Adam Chlipala <adam@chlipala.net> | 2016-03-06 14:55:58 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2016-03-06 14:55:58 -0500 |
commit | 5538a334cdeedaee0ed8d1da95e176e7a3097bf6 (patch) | |
tree | 0101e309c63c4a0ac06cd771e121be81711173b0 /CHANGELOG | |
parent | b0368093645dcb7f65e131862d8ae9c81f2844f2 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ ======== +20160306 +======== + +- Allow '\r' in string and character literals +- New standard library functions: List.span and List.groupBy +- Bug fixes + +======== 20160213 ======== |