summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStephen Finucane <stephenfinucane@hotmail.com>2016-09-14 18:18:52 +0100
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-25 00:23:04 +0100
commit24fbae11cd40005c227615b034495cbed58121ed (patch)
tree70d91e3044f9bbb5b35ce6cbb8da0a6bb8a2bd43 /CHANGELOG.md
parent9c38574d3baeb9123944543937d46d40cf744b4f (diff)
downloadpatchwork-24fbae11cd40005c227615b034495cbed58121ed.tar
patchwork-24fbae11cd40005c227615b034495cbed58121ed.tar.gz
CHANGELOG: Document latest changes
...in prep for v2.0.0. Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 36 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dda8d21..3e6518f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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