diff mbox

CHANGELOG: Add autodelegation and Python3 features

Message ID 1453239181-25780-1-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane Jan. 19, 2016, 9:33 p.m. UTC
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stephen Finucane Jan. 19, 2016, 9:36 p.m. UTC | #1
On 19 Jan 21:33, Stephen Finucane wrote:
> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>

Merged.
diff mbox

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38264af..86e5ba3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,10 @@  This project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Added
 
+- Python 3 support
 - Web UI overhaul
 - Selenium-based UI tests
+- Auto-delegation of patches based on filenames/paths
 - Automated documentation for the XML-RPC API. This can be found at the
   '/xmlrpc' in most patchwork deployments
 - Assorted cleanup tasks and bug fixes