summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-12-31 10:48:50 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2013-12-31 10:48:50 -0500
commitbeae9e22befbf9190088ed57731eea28c11c9895 (patch)
treedd51380503e766cd884b80e79066fde7d0455cd7 /CHANGELOG
parentbe71c276ef94fa0a37216aa05466fa03f1de55ad (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25e27738..7d5d1b6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,16 @@
========
+20131231
+========
+
+- Performance optimizations for Ur/Web's standalone HTTP servers
+- New command-line options for those servers: '-k' and '-q'
+- New HTML pseudo-tag: <script>
+- Trying to recv() from a different client's channel now triggers a run-time
+ error.
+- New compiler command-line argument: -print-cinclude
+- Bug fixes and improvements to optimizations, error messages, and documentation
+
+========
20131124
========