diff options
author | vlakoff <vlakoff@gmail.com> | 2012-05-31 13:30:22 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2012-05-31 13:30:22 +0200 |
commit | 8bbf4e09b68a4aa9beb85edbdb0bec75c7a51de6 (patch) | |
tree | 6b2e4d628e584a8ba472c5e2c878208d048428dd /user_guide_src/source/changelog.rst | |
parent | 76be395759c10824c38db7748e7e4fe496aa2965 (diff) |
automatic list formatting was broken
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 6e528584b..da3be3adb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -40,6 +40,7 @@ Release Date: Not Released - Moved error templates to "application/views/errors" - Helpers + - create_captcha() accepts additional colors parameter, allowing for color customization - url_title() will now trim extra dashes from beginning and end. - Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`. @@ -110,7 +111,7 @@ Release Date: Not Released - :doc:`Cart library <libraries/cart>` changes include: - It now auto-increments quantity's instead of just resetting it, this is the default behaviour of large e-commerce sites. - Product Name strictness can be disabled via the Cart Library by switching "$product_name_safe". - - Added function remove() to remove a cart item, updating with quantity of 0 seemed like a hack but has remained to retain compatability. + - Added function remove() to remove a cart item, updating with quantity of 0 seemed like a hack but has remained to retain compatibility. - :doc:`Image Manipulation library <libraries/image_lib>` changes include: - The initialize() method now only sets existing class properties. - Added support for 3-length hex color values for wm_font_color and wm_shadow_color properties, as well as validation for them. |