summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-03-19 22:07:39 +0000
committergodzilla80@gmx.net <>2009-03-19 22:07:39 +0000
commitd634db87d432c87a092f1c4cee69a56914cbaa97 (patch)
tree2a681041b70b22b61f3325725d663d62f8338e50 /HISTORY
parentde021710e1c0dae732e61ecb42a9ac60440f55ee (diff)
replace array_push() function calls with native language constuct if make sense
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4da3e9d4..17ef4fda 100644
--- a/HISTORY
+++ b/HISTORY
@@ -14,7 +14,8 @@ CHG: Issue#7 - Clients Scripts are not combined anymore in Debug application mod
ENH: Issue#115 - Registry for Prado generated clientside counterparts of serverside controls (Yves Berkholz)
ENH: Added caching of message files to TException (Michael)
ENH: Updated to scriptaculous 1.8.2 & Prototype 1.6.0.3
-ENH: replace is_null() function calls with native native language constuct (Yves)
+ENH: replace is_null() function calls with native language constuct (Yves)
+ENH: replace array_push() function calls with native language constuct if make sense (Yves)
Version 3.1.4 January 11, 2009
BUG: Issue#9 - Global page properties are ignored when using external configuration (Christophe)