Browse Source

Reformatted and fixed CHANGES

Armin Ronacher 7 years ago
parent
commit
c876514937
1 changed files with 2 additions and 3 deletions
  1. 2 3
      CHANGES

+ 2 - 3
CHANGES

@@ -1,11 +1,11 @@
 Version 8.17 (Unreleased)
 -------------------------
-- Added @mentions to comments
 
+- Added @mentions to comments
 - Initial (internal) analytics abstraction.
 - Turned on reprocessing by default
 - Added basics for Data Forwarding integrations.
-
+- The threads interface now contributes to grouping if it contains a single thread.
 
 Schema Changes
 ~~~~~~~~~~~~~~
@@ -14,7 +14,6 @@ Schema Changes
 - Dropped ``GroupTagValue.project_id`` foreign key constraint
 - Added ``Deploy.notified`` column
 - Added index on ``EventTag.date_added``
-- The threads interface now contributes to grouping if it contains a single thread.
 
 Version 8.16
 ------------