Improved the message for 5.16.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 25 Apr 2007 04:27:46 +0000 (04:27 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 25 Apr 2007 04:27:46 +0000 (04:27 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@194 052ea7fc-9027-0410-9066-f65837a77df0

ChangeLog

index 28f4b17..9ae13e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -113,10 +113,12 @@ Ragel 5.17 - Jan 28, 2007
  
 Ragel 5.16 - Nov 20, 2006
 =========================
- -Bug fix: the fhold and fexec directives did not function correctly in
+ -Policy change: the fhold and fexec directives did not function correctly in
   scanner pattern actions. In this context manipulations of p may be lost or
-  made invalid. To fix this, fexec and fhold now manipulate tokend, which is
-  now always used to update p when the action terminates.
+  made invalid. In the previous version of Ragel they were banned because of
+  this. Instead of banning these directives they have been fixed. The fexec
+  and fhold directives now manipulate tokend, which is now always used to
+  update p when the action terminates.
 
 Ragel 5.15 - Oct 31, 2006
 =========================