summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-12-15 02:42:14 -0400
committerKali Kaneko <kali@leap.se>2015-12-15 02:42:54 -0400
commit5c0bf0d6a84de6c69d85ab4c08a0cb64e96a5cf2 (patch)
tree818e9c98dd3770a8b765f504b5cdef867393d96b
parent14cc0595eb58db6710782f7082dfc4e175eb86fc (diff)
[docs] add entry about cred-based token authentication to next-changelog
-rw-r--r--changes/next-changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst
index 7de9d98..625dcac 100644
--- a/changes/next-changelog.rst
+++ b/changes/next-changelog.rst
@@ -11,6 +11,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff.
Features
~~~~~~~~
- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events.
+- `#4008 <https://leap.se/code/issues/4008>`_: Add token-based authentication to local IMAP/SMTP services.
+- Use twisted.cred to authenticate IMAP users.
+
- `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234.
- New feature without related issue number.
@@ -18,6 +21,7 @@ Bugfixes
~~~~~~~~
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly).
+
- Bugfix without related issue number.
Misc