Mercurial > urweb
diff CHANGELOG @ 2193:1d6e7e3405f6
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 22 Nov 2015 10:09:16 -0500 |
parents | 4f4ae5c92434 |
children | a7cc6c29d836 |
line wrap: on
line diff
--- a/CHANGELOG Sun Nov 22 10:03:35 2015 -0500 +++ b/CHANGELOG Sun Nov 22 10:09:16 2015 -0500 @@ -1,3 +1,12 @@ +======== +20151122 +======== + +- Daemon mode now supports shared caching of libraries across projects. +- Change behavior of SQL equality to do the intuitive thing for nullable types. +- Basis.fromMilliseconds +- Bug fixes and improvements to type inference and error messages + ======== 20151018 ========