diff options
author | Adam Chlipala <adamc@csail.mit.edu> | 2016-06-21 10:38:51 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@csail.mit.edu> | 2016-06-21 10:38:51 -0400 |
commit | d91390e79969bc2eb4c36ea22919cb7b7a205e78 (patch) | |
tree | be30c4ded76b3ab999d3184d43502c5bdbcbd1ab /CHANGELOG | |
parent | f38ff008676993c9b690cccaad9ca25d56b90530 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ ======== +20160621 +======== + +- Client-side: detect session timeout and ask the user to reload +- New Basis math functions: abs, acos, asin, atan, atan2, cos, exp, floor, log, pow, sqrt, sin +- Compatibility fixes for newer C and SML compilers +- Bug fixes + +======== 20160515 ======== |