diff --git a/AUTHORS b/AUTHORS index fda63232..0bdd7511 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,9 @@ Monte Ohrt - - Idea of compiling into PHP scripts - - Initial implementation - - Documentation + - idea of compiling into PHP scripts + - initial implementation + - documentation + Andrei Zmievski - - Rewrote parser from scratch - - added much other functionality + - rewrote parser from scratch + - maintains code base - wrote Config_File class diff --git a/NEWS b/NEWS index cbf7369f..d28b0725 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ - added 'total' and 'iteration' section properties. (Andrei) - added 'start' and 'max' section attributes/properties. (Andrei) - - fixed a bug in security checking of functions inside {if} tags. (Andrei) + - fixed a bug with security checking of functions inside {if} tags. (Andrei) - fixed a bug in Config_File that would incorrectly booleanize values that weren't really booleans. (Andrei)