summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-13 19:11:13 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-13 19:11:13 +0200
commit685cdd7a28a8e7ec5a3769e2b0d2cdd40c8f6bf9 (patch)
tree91dcdd78693949d2f02f5b02f485bff10fd36115 /user_guide_src
parent44fb02f65dcc64bd1d6e317f147cc083ccda18d1 (diff)
Add a changelog entry for issue #1605 (pull #1606) and remove some spaces
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0c605dc6a..68719efa7 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -315,6 +315,7 @@ Bug fixes for 3.0
- Fixed a bug in :doc:`Query Builder <database/query_builder>` method join() where literal values were escaped as if they were fields.
- Fixed a bug (#135) - PHP Error logging was impossible without the errors being displayed.
- Fixed a bug (#1613) - :doc:`Form Helper <helpers/form_helper>` functions ``form_multiselect()``, ``form_dropdown()`` didn't properly handle empty array option groups.
+- Fixed a bug (#1605) - :doc:`Pagination Library <libraries/pagination>` produced incorrect *previous* and *next* link values.
Version 2.1.2
=============