diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-14 15:35:04 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-14 15:35:04 +0100 |
commit | a7b2e451ef9f9c471da43442633506bb6e33dde3 (patch) | |
tree | 8523eb8cac8f3b1e57b1977b881996f14df619c5 /user_guide/changelog.html | |
parent | 0ce9f781778505e7f4b186bc7948b24c6f63a6d3 (diff) |
added a parse_string() method to the Parser
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 3f4fbdb16..f75201942 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,6 +69,7 @@ SVN Revision: </p> <li>Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler_no_memory".</li> <li>Added "is_object" into the list of unit tests capable of being run.</li> <li>Table library will generate an empty cell with a blank string, or NULL value.</li> + <li>Added a <kbd>parse_string()</kbd> method to the <a href="libraries/parser.html">Parser Class</a>.</li> </ul> </li> <li>Database |