diff options
author | Kali Kaneko <kali@leap.se> | 2015-12-08 21:04:11 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-15 12:31:04 -0400 |
commit | 98384361a7c49ad4e0ff0127fd923a8b72cc910a (patch) | |
tree | c315b65397ac97210d6f1a3ee5e521b4d8917678 /changes | |
parent | 6c0299e7e2df65651ff8738fa18acbc08af18c32 (diff) |
[feat] adapt to use cred-based authentication for imap
This includes getting the token for the imap authentication, and
displaying it on the help window.
- Resolves: #4469
- Releases: 0.10.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/next-changelog.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 77094e78..c359b4e2 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.9.2 - xxx +0.10.0 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -11,8 +11,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7552 <https://leap.se/code/issues/7552>`_: Improve UI message and add some margin above the msg box. -- `#7552 <https://leap.se/code/issues/7552>`_: Improve UI message and add some margin above the msg box. - `#7656 <https://leap.se/code/issues/7656>`_: Adapt to multi-user aware events. +- `#4469 <https://leap.se/code/issues/4469>`_: Display randomly generated service token on the Help Window. +- `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes |