summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-04-19 03:25:53 +0200
committerAndrey Andreev <narf@devilix.net>2013-04-19 03:25:53 +0200
commit206d951e3da15bf9c69b3b8860c8bd274fb82b6f (patch)
treed54f62de9815f6e8f622f2bae6d1aca469338ace /user_guide_src
parentabc369ce168ceb4beb1483e8aaccc9fd7af5c999 (diff)
Fix issue #2388 / PR #2413 changelog entry
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index ff7524b2a..38c6d05bd 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -497,8 +497,7 @@ Bug fixes for 3.0
- Fixed a bug (#78) - :doc:`Cart Library <libraries/cart>` didn't allow non-English letters in product names.
- Fixed a bug (#77) - :doc:`Database Class <database/index>` didn't properly handle the transaction "test mode" flag.
- Fixed a bug (#2380) - :doc:`URI Routing <general/routing>` method ``fetch_method()`` returned 'index' if the requested method name matches its controller name.
-- Fixed a bug (#2388) - :doc:`Email library <libraries/email>` Updated the method ``_build_message()`` to return a boolean value. Now it doesn't send an email if there is an error attaching a file to the email.
-
+- Fixed a bug (#2388) - :doc:`Email Library <libraries/email>` used to ignore attachment errors, resulting in broken emails being sent.
Version 2.1.3
=============