From 6d6ff00490607797531d661f63d9c2f9cbaa8a23 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 12 May 2021 08:17:31 +0100 Subject: [PATCH] ChangeLog: Be explicit about the steps for config update. --- ChangeLog.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f472bef5..015cead3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -221,9 +221,12 @@ Plugin Developers Setting still uses `config.set(...)`. - For ease of maintaining compatibility with pre-5.0.0 versions include - this code in at least one module/file (no harm in it being in all that - manipulate plugin config): + So: + + 1. Replace all instances of `config.get()` and `config.getint()` as above. + 2. For ease of maintaining compatibility with pre-5.0.0 versions include + this code in at least one module/file (no harm in it being in all that + manipulate plugin config): ``` from config import config