Skip to content

Commit 3dcad57

Browse files
committed
Update CHANGES
Fixes GH-3624
1 parent 708fe1c commit 3dcad57

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGES

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,26 @@ Version 8.6 (Unreleased)
1010
- Client's may now pass the 'contexts' attribute, which will eventually supercede 'extra'.
1111
- Various named contexts are now automatically generated and summarized for Cocoa and JavaScript
1212
issues.
13+
- Added JSON formatting for logs with ``system.logging-format``.
14+
- Added a ``loglevel`` command line flag to most commands.
15+
- Added two factor authentication support.
16+
- Added support for setting IP address of an event automatically on event submission for all platforms.
17+
- Added unsubscribe links to mails.
18+
- Added email verification.
19+
- Added ability to link/unlink Issues, support is dependent on plugins.
20+
- Can now toggle between minified/original code in stacktraces where sourcemaps were applied.
21+
- Can now upload release artifacts with tilde prefix (~) to omit protocol + host in URL lookups.
1322

1423
Schema Changes
1524
~~~~~~~~~~~~~~
1625

17-
- Added unique index on GroupTagValue(group_id, key, value)
18-
- Remove unique index on GroupTagValue(project_id, group_id, key, value)
19-
- Added index on GroupTagValue(project_id, key, value)
20-
- Added GroupSubscription model.
26+
- Added ``User.is_password_expired`` column.
27+
- Added ``User.last_password_change`` column.
28+
- Added ``UserEmail`` model.
29+
- Added unique index on ``GroupTagValue(group_id, key, value)``
30+
- Remove unique index on ``GroupTagValue(project_id, group_id, key, value)``
31+
- Added index on ``GroupTagValue(project_id, key, value)``
32+
- Added ``GroupSubscription`` model.
2133

2234
Version 8.5.1
2335
-------------

0 commit comments

Comments
 (0)