summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-10-14 11:54:54 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2010-10-14 11:54:54 -0400
commitd15954cc4756d7ae630f36d5b72f9fbbd864b681 (patch)
tree9124890ee3f1b638b1c19e757541f8eefef389db /CHANGELOG
parentcfffcb997d0345f90444725248c7c85b035c30b4 (diff)
Documenting limits
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 943d7dff..eead0a5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,8 +6,10 @@ Next
- New 'onError' directive for .urp files
- (* *) and <!-- --> comments in XML
- Basis.classes, Basis.confirm, and Basis.tryDml
+- New notations ::_ and :::_, for constructor parameters of unknown kind
- Invocations like 'urweb foo' will compile foo.ur as a single-file project,
even if no foo.urp exists
+- '-limit' command-line flag and 'limit' .urp directive
- Bug fixes and optimization improvements
========