Add re-authentication warning - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 042eff339deb895fc6d6a1e1e888644f23086308
(DIR) parent c603142046d88fdbc11bd4900553fc2e00d74a03
(HTM) Author: Ivan Habunek <ivan@habunek.com>
Date: Tue, 18 Apr 2017 17:23:41 +0200
Add re-authentication warning
Diffstat:
CHANGELOG.md | 2 ++
README.rst | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -5,6 +5,8 @@ Changelog
* Experimental 2FA support (#3)
* Do not create a new application for each login
+* **Warning**: Due to changes in configuration format, after upgrading to this
+ version, you will be required to log in to your Mastodon instance again.
**0.6.0 (2016-04-17)**
(DIR) diff --git a/README.rst b/README.rst
@@ -14,6 +14,10 @@ Interact with Mastodon social networks from the command line.
:target: https://pypi.python.org/pypi/toot
+.. warning::
+ Upgrading to version ``0.7.0`` will require you to log in to your chosen Mastodon instance again.
+
+
Installation
------------