diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-18 15:02:40 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-18 15:02:40 +0200 |
commit | aa6868d9b9664553066cce908211030693774273 (patch) | |
tree | 55381a364930d036b4b7e2cb81d7a5b68fb7acb7 /user_guide/changelog.html | |
parent | 31380e88dd6af1d91ef1de0425b320706462e887 (diff) |
Backport fix for issue #1314
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 c3a7e4c2a..bfca5a286 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,6 +63,7 @@ Change Log <h3>Bug fixes for 2.1.3:</h3> <ul> <li>Fixed a bug (#1543) - <a href="libraries/caching.html#file">File-based Caching</a> method <samp>get_metadata()</samp> used a non-existent array key to look for the TTL value.</li> + <li>Fixed a bug (#1314) - <a href="libraries/session.html">Session Library</a> method <samp>sess_destroy()</samp> didn't destroy the userdata array. </ul> <h2>Version 2.1.2</h2> |