diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-08-07 02:01:09 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-08-07 02:01:09 +0200 |
commit | 17756a07a877436d520edb87813e13b860ace169 (patch) | |
tree | 0beaf8d3406a400ab2fb0097603a0c310f678f66 /user_guide/changelog.html | |
parent | 30e9c533700ef014d4c3ff513bc7dd1a2b5c2309 (diff) |
tightened human time stamp validation regex
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index e0e2bef36..207c594d0 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -67,6 +67,7 @@ SVN Revision: XXXX</p> <ul>
<li>Improved accuracy of calculations in <a href="helpers/number_helper.html">Number helper</a>.</li>
<li>Removed added newlines ("\n") from most form and html helper functions.</li>
+ <li>Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.</li>
</ul>
</li>
<li>Other changes
|