Commit 416ef9aa authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Added a brief release note about the addition of CC's to EmailMessage (introduced in r14000).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 877963f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -187,6 +187,8 @@ requests. These include:
    * :meth:`mail_admins()` and :meth:`mail_managers()` now support
      easily attaching HTML content to messages.

    * :class:`EmailMessage` now supports CC's.

    * Error emails now include more of the detail and formatting of
      the debug server error page.