Index: trunk/lib/Text/FormBuilder.pm
===================================================================
--- trunk/lib/Text/FormBuilder.pm	(revision 88)
+++ trunk/lib/Text/FormBuilder.pm	(revision 89)
@@ -7,5 +7,5 @@
 use vars qw($VERSION @EXPORT);
 
-$VERSION = '0.12_01';
+$VERSION = '0.12';
 @EXPORT = qw(create_form);
 
@@ -1328,5 +1328,6 @@
     !field %DATE birthday
 
-This format is now B<deprecated>, and the parser will warn you if you use it.
+This format is now B<deprecated>, and although it still works, the parser will
+warn you if you use it.
 
 =head2 Comments
@@ -1354,4 +1355,6 @@
 
 C<!include> directive to include external formspec files
+
+Better recovery from parse errors
 
 =head2 Code generation/Templates
