diff options
author | Eric Roberts <eric@cryode.com> | 2012-07-14 01:30:21 +0200 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-07-14 01:30:21 +0200 |
commit | fbdad67cac99868509bc1a27affdfc3e4b2a1dee (patch) | |
tree | 52c1e86324ee1a8bb36e119711707bdf09419a87 /user_guide_src/source/changelog.rst | |
parent | fa337081ced1b1d34805d28f8307f069edf16cdf (diff) | |
parent | decc642f8c81dcf57e2e3217a44d5b1385163456 (diff) |
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0e9ec5e50..68719efa7 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -314,6 +314,8 @@ Bug fixes for 3.0 - Fixed a bug (#1551) - :doc:`Date Helper <helpers/date_helper>` function ``standard_date()`` didn't properly format *W3C* and *ATOM* standard dates. - 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 ============= |