Skip to content

Commit

Permalink
[ci skip] Polish changes from pull bcit-ci#1709
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Oct 8, 2012
1 parent 60e719b commit 5098859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/libraries/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -1861,4 +1861,4 @@ protected function _mime_types($ext = '')
}

/* End of file Email.php */
/* Location: ./system/libraries/Email.php */
/* Location: ./system/libraries/Email.php */
2 changes: 1 addition & 1 deletion user_guide_src/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ Release Date: Not Released
Bug fixes for 3.0
------------------

- Fixed a bug (#1709) where the email headers were broken when using long email subjects and \r\n as crlf.
- Fixed a bug where ``unlink()`` raised an error if cache file did not exist when you try to delete it.
- Fixed a bug (#181) where a mis-spelling was in the form validation language file.
- Fixed a bug (#159, #163) that mishandled Query Builder nested transactions because _trans_depth was not getting incremented.
Expand Down Expand Up @@ -360,6 +359,7 @@ Bug fixes for 3.0
- Fixed a bug (#1745) - ``is_write_type()`` method in the :doc:`Database Library <database/index>` didn't return TRUE for LOAD queries.
- Fixed a bug (#1765) - :doc:`Database Library <database/index>` didn't properly detect connection errors for MySQLi.
- Fixed a bug (#1257) - :doc:`Query Builder <database/query_builder>` used to (unnecessarily) group FROM clause contents, which breaks certain queries and is invalid for some databases.
- Fixed a bug (#1709) - :doc:`Email <libraries/email>` headers were broken when using long email subjects and \r\n as CRLF.

Version 2.1.2
=============
Expand Down

0 comments on commit 5098859

Please sign in to comment.