summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca <>2012-08-16 10:34:23 +0000
committerctrlaltca <>2012-08-16 10:34:23 +0000
commite0706ed1eab90fe9f08a6f9f0ad36e61fb7c2d86 (patch)
tree7d3ea162933eaeb47d993aa32ef79eae48ebcf73 /HISTORY
parentdab9963e92a3d9c7f40c06965ad878164dacfe69 (diff)
forgot to update HISTORY in previous commit
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b3cdd48a..88bc8267 100644
--- a/HISTORY
+++ b/HISTORY
@@ -14,6 +14,7 @@ BUG: Issue #421 - TAutocomplete not rendering an empty suggestion list (Dario Ri
EHN: Permit to change the default cipher in TSecurityManager::setEncryption(); changed the default cipher from 3DES to AES256 (ctrlaltca)
EHN: Use php's hash_hmac() when available in TSecurityManager, and permit the use of all algorithms supported by php (ctrlaltca)
EHN: Use mbstring when available in TSecurityManager to better handle multibyte text (ctrlaltca)
+EHN: Updated TinyMCE to 3.5.6 (ctrlaltca)
Version 3.2.0 Jun 25, 2012
BUG: Fixed an inconsistency in TRegularExpressionValidator