Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmjad Mashaal <me@amjad.io>2019-11-06 22:29:07 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-11-06 22:29:07 +0300
commit1dff022d05fc05f2e1f6e0fb3d8782e8deb4bd81 (patch)
treed8884e275192a1d3e524db6635eba0a34d3cc9e3 /CHANGELOG.md
parent2b4c2a7f5560bfef6b331f72a26e3e7482c29cde (diff)
Deprecate config_changes (#7469)
Closes #7454 * Deprecate config_changes * Error on config_changes * Fix tests for main.py * Fix CHANGELOG entry * Remove remnants of config_changes * Fix CHANGELOG and add removed functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 806905564..cef8789a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,11 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Added back support for Python 3.4 to Certbot components and certbot-auto due
to a bug when requiring Python 2.7 or 3.5+ on RHEL 6 based systems.
+* Certbot's `config_changes` subcommand has been removed
+* The functions `certbot.client.view_config_changes`,
+ `certbot.main.config_changes`,
+ `certbot.plugins.common.Installer.view_config_changes`, and
+ `certbot.reverter.Reverter.view_config_changes` have been removed
### Fixed