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 | df1314f40a89b39188c26a303f09e673bf061070 (patch) | |
tree | 310ff0ded426ee2e0f86e286871246d544624b33 /CHANGELOG | |
parent | 2da3f4c86d4fbdfb2c88d7db3c1d9cc5f6e39092 (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 |