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
This commit is contained in:
Russell Keith-Magee 2010-12-19 15:01:45 +00:00
parent 877963f541
commit 416ef9aad8
1 changed files with 2 additions and 0 deletions

View File

@ -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.