From 042eff339deb895fc6d6a1e1e888644f23086308 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 18 Apr 2017 17:23:41 +0200 Subject: [PATCH] Add re-authentication warning --- CHANGELOG.md | 2 ++ README.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e5967..cc56c05 100644 --- 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)** diff --git a/README.rst b/README.rst index 7882a26..7f01568 100644 --- 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 ------------