diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-15 10:12:37 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-15 10:12:37 +0200 |
commit | 02117680c8a3a4c7da2b10e25fc6c29fd5fa9bd2 (patch) | |
tree | 5a63946c78e1e65a9eba848e4d3e2d806b123dfa /user_guide_src | |
parent | 37c85d73c4428bd19fafbba33992649fc29946d5 (diff) |
Partially fix #1702
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 145853a52..cc7cbacf7 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -360,7 +360,8 @@ Bug fixes for 3.0 - Fixed a bug (#1765) - :doc:`Database Library <database/index>` didn't properly detect connection errors for MySQLi. - Fixed a bug (#1257) - :doc:`Query Builder <database/query_builder>` used to (unnecessarily) group FROM clause contents, which breaks certain queries and is invalid for some databases. - Fixed a bug (#1709) - :doc:`Email <libraries/email>` headers were broken when using long email subjects and \r\n as CRLF. -- Fixed a bug where MB_ENABLED was only declared if UTF8_ENABLED was set to TRUE. +- Fixed a bug where ``MB_ENABLED`` was only declared if ``UTF8_ENABLED`` was set to TRUE. +- Fixed a bug where the :doc:`Session Library <libraries/session>` accepted cookies with *last_activity* values being in the future. Version 2.1.3 ============= |