removed a stray tab
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index f1bb0c5..4e55182 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -249,7 +249,7 @@
- Added Wincache driver.
- Added Redis driver.
- Added a *key_prefix* option for cache IDs.
- - :doc:`Email library <libraries/email>` changes include:
+ - :doc:`Email library <libraries/email>` changes include:
- Added custom filename to ``Email::attach()`` as ``$this->email->attach($filename, $disposition, $newname)``.
- Added possibility to send attachment as buffer string in ``Email::attach()`` as ``$this->email->attach($buffer, $disposition, $newname, $mime)``.
- Added dsn (delivery status notification) option.