]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
CHANGELOG: Document latest changes
authorStephen Finucane <stephenfinucane@hotmail.com>
Wed, 14 Sep 2016 17:18:52 +0000 (18:18 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sat, 24 Sep 2016 23:23:04 +0000 (00:23 +0100)
...in prep for v2.0.0.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
CHANGELOG.md

index dda8d21ae83f0c1fad2c253317201ebea87cddc3..3e6518fce2086e3e14869e5e990a2832018c1bb3 100644 (file)
@@ -7,9 +7,44 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+This release added support for a REST API, cover letter parsing, and the latest
+versions of both Django and Python.
+
 ### Added
 
-- N/A
+- REST API support (Django >= 1.8 only)
+- Cover letter support
+- Django debug toolbar support for developers
+- Django 1.9 and 1.10 support
+- Python 3.5 support
+- Docker support for developers
+- Sample deployment documentation
+
+### Changed
+
+- The `parsemail.py` and `parsearchive.py` scripts have been replaced by the
+  `parsemail` and `parsearchive` management commands
+- Significant rework of tests
+- A user's name will now be updated on each email received from them
+
+### Fixed
+
+- Numerous typos and other issues in both documentation and code
+- Various UI and performance improvements
+- Checks are now displayed with their associated owner, thus preventing
+  spoofing
+- `user at domain`-style email address, commonly found in Mailman archives, are
+  now handled correctly
+- Unicode characters transmitted over the XML-RPC API are now handled correctly
+  under Python 3
+
+### Removed
+
+- `parser.py` can no longer be exected as a script
+
+### Deprecated
+
+- Django 1.7 support will be removed in a future release
 
 ## [1.1.1] - 2016-03-29