diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-09-07 09:47:06 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-09-07 09:47:06 -0400 |
commit | 2f0548ba477493e865a75594fceb0cb107869510 (patch) | |
tree | 310ff0ded426ee2e0f86e286871246d544624b33 /CHANGELOG | |
parent | bfec948f1f46a9fd104d260fa54351dda9a675b2 (diff) |
Updating documentation
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,7 +3,12 @@ Next ======== - Polymorphic variants (see Basis.variant) +- New 'onError' directive for .urp files - (* *) and <!-- --> comments in XML +- Basis.classes, Basis.confirm, and Basis.tryDml +- Invocations like 'urweb foo' will compile foo.ur as a single-file project, + even if no foo.urp exists +- Bug fixes and optimization improvements ======== 20100603 |