aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2017-08-11 19:38:43 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2017-08-11 19:38:43 -0400
commit4b7939d2fef1d8ef02ff761ade62cc220ab248cf (patch)
treee9a3811f6a763bd81522fff4a8d3c4631c4a34e7 /CHANGELOG
parent9fdb50d8ecc7782ae73472b9d943a24a304d0191 (diff)
parentf814fd699dc707e810c996062370ee787863d926 (diff)
Merge branch 'master' of ssh://hnf.impredicative.com:/home/adamc/git-root/urweb
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 89fee4f2..94d3b0a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,16 @@
========
+20170720
+========
+
+- New .urp directive: 'jsModule'
+- New compiler command-line option: '-js'
+- New HTML attribute for <button>: 'disabled'
+- Allow inexhaustive patterns for lefthand sides of top-level 'val' declarations
+- New standard-library functions: 'List.appi' and 'Option.app'
+- Support for Emacs bg-build mode
+- Bug fixes and improvements to error messages
+
+========
20170105
========