From 94e5c360bf49f88e725da6abf426a741dae554f3 Mon Sep 17 00:00:00 2001 From: Eric Roberts Date: Tue, 16 Jul 2013 16:22:17 -0500 Subject: Merge doc changes; small related updates. --- user_guide_src/source/changelog.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'user_guide_src/source/changelog.rst') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 44dca0d3f..822f2f94d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -603,8 +603,8 @@ Bug fixes for 2.1.4 - Fixed a bug (#1936) - :doc:`Migration Library ` method ``latest()`` had a typo when retrieving language values. - Fixed a bug (#2021) - :doc:`Migration Library ` configuration file was mistakenly using Windows style line feeds. -- Fixed a bug (#1969) - :doc:`Query Builder (Active Record) ` method ``set_update_batch()`` was using the incorrect variables and would cause an error. -- Fixed a bug (#2337) - :doc:`Email Library ` method ``print_debugger()`` was not using ``htmlspecialchars()`` when being shown in the browser. +- Fixed a bug (#1273) - ``E_NOTICE`` being generated by :doc:`Query Builder `'s ``set_update_batch()`` method. +- Fixed a bug (#2337) - :doc:`Email Library ` method ``print_debugger()`` didn't apply ``htmlspecialchars()`` to headers. Version 2.1.3 ============= @@ -636,6 +636,7 @@ Version 2.1.2 Release Date: June 29, 2012 - General Changes + - Improved security in ``xss_clean()``. Version 2.1.1 @@ -644,14 +645,17 @@ Version 2.1.1 Release Date: June 12, 2012 - General Changes + - Fixed support for docx, xlsx files in mimes.php. - Libraries + - Further improved MIME type detection in the :doc:`File Uploading Library `. - Added support for IPv6 to the :doc:`Input Library `. - Added support for the IP format parameter to the :doc:`Form Validation Library `. - Helpers + - ``url_title()`` performance and output improved. You can now use any string as the word delimiter, but 'dash' and 'underscore' are still supported. Bug fixes for 2.1.1 @@ -707,7 +711,7 @@ Release Date: November 14, 2011 - Libraries - - Changed $this->cart->insert() in the :doc:`Cart + - Changed ``$this->cart->insert()`` in the :doc:`Cart Library ` to return the Row ID if a single item was inserted successfully. - Added support to set an optional parameter in your callback rules @@ -717,8 +721,7 @@ Release Date: November 14, 2011 incremental updates to your database schema. - Driver children can be located in any package path. - Added max_filename_increment config setting for Upload library. - - Added is_unique to the :doc:`Form Validation - library `. + - Added ``is_unique`` to the :doc:`Form Validation library `. - Added $config['use_page_numbers'] to the :doc:`Pagination library `, which enables real page numbers in the URI. - Added TLS and SSL Encryption for SMTP. -- cgit v1.2.3-24-g4f1b