summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAdrian <adrian@digiworks.fr>2013-06-28 13:54:40 +0200
committerAdrian <adrian@digiworks.fr>2013-06-28 13:54:40 +0200
commiteac8b2f1e70e3155ae6bacbc37228a0a647a18be (patch)
tree8e9b2662da46154963cf96ba3d9dcbe3df6274a4 /user_guide_src/source/changelog.rst
parent74a228b0b842e4aeb8cc9326c5d10c1fe4f4ce06 (diff)
Update library documentation and changelog
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 38c6d05bd..44ae52492 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -217,6 +217,7 @@ Release Date: Not Released
- Added an **index** parameter to the ``data()`` method.
- Added the **min_width** and **min_height** options for images.
- Removed method ``clean_file_name()`` and its usage in favor of :doc:`Security Library <libraries/security>`'s ``sanitize_filename()``.
+ - Added **file_ext_tolower** config setting.
- :doc:`Cart library <libraries/cart>` changes include:
- ``insert()`` now auto-increments quantity for an item when inserted twice instead of resetting it, this is the default behaviour of large e-commerce sites.
- *Product Name* strictness can be disabled by switching the ``$product_name_safe`` property to FALSE.