summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-23 00:55:12 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-23 00:55:12 +0200
commit61f15d9a808cdb5a985cb637122f6d66fc776e8c (patch)
tree316d8863e5ed9f2f5c7a45d4dd7d68b7b8be0213 /user_guide/changelog.html
parentf14ecff9bdd949b2aa3ea4f8e041f3366896d93d (diff)
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ef9e4499d..83c4863f1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -111,6 +111,7 @@ SVN Revision: XXXX</p>
<li>Added support for multiple database connections in the Profiler class.</li>
<li>Added port support to MySQL, MySQLi, and MS SQL database drivers.</li>
<li>Added Active Record caching feature to update and delete functions.</li>
+ <li>Improved <a href="./libraries/parser.html">Parser class</a> to allow multiple calls to the parse() function. The output of each is appended in the output.</li>
<li>Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.</li>
</ul>
</li>
@@ -147,6 +148,7 @@ SVN Revision: XXXX</p>
<li>Fixed a Form Validation bug in which the "isset" error message was being trigged by the "required" rule.</li>
<li>Fixed a spelling error in a Loader error message.</li>
<li>Fixed a bug (5050) with IP validation with empty segments.</li>
+ <li>Fixed a bug in which the parser was being greedy if multiple identical sets of tags were enountered.</li>
</ul>
<h2>Version 1.6.3</h2>