summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-30 15:28:07 +0100
committerAndrey Andreev <narf@bofh.bg>2012-10-30 15:28:07 +0100
commit936a8fe74fdefe099fceb2c93c2eab22370d8915 (patch)
treecaef50b87f9994dac50ce6b5f97f27dd44df6337 /user_guide_src
parent7676c2d6761cb3cdeccf005c2a30140f0ba3ced5 (diff)
parente1e956d79384d42a6b1f8d792c9db131874e60c5 (diff)
Merge pull request #1945 from GDmac/develop
Fix #1938
Diffstat (limited to 'user_guide_src')
-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 5b3ca3e9f..065daf54b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -400,6 +400,7 @@ Bug fixes for 3.0
- Fixed a bug (#142) - :doc:`Form Helper <helpers/form_helper>` function ``form_dropdown()`` didn't escape HTML entities in option values.
- Fixed a bug (#50) - :doc:`Session Library <libraries/sessions>` unnecessarily stripped slashed from serialized data, making it impossible to read objects in a namespace.
- Fixed a bug (#658) - :doc:`Routing <general/routing>` wildcard **:any** didn't work as advertised and matched multiple URI segments instead of all characters within a single segment.
+- Fixed a bug (#1938) - :doc:`Email <libraries/email>` where the email library removed multiple spaces inside a pre-formatted plain text message.
Version 2.1.3
=============