summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-09-09 09:40:04 +0200
committerIlya Etingof <etingof@gmail.com>2018-09-09 09:41:20 +0200
commitfcd4435dd8333c6994330386b815db23c4d4de26 (patch)
tree36d1e50b5e5133cde9a569fb46c8fe2f2a8d2307
parentdaa2ce01719ae53cc7b40a7b55f8878ca9dd4aa6 (diff)
downloadpysnmp-git-fcd4435dd8333c6994330386b815db23c4d4de26.tar.gz
Add a CHANGELOG entry for previous fix
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 948c1427..c691e96e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Revision 4.4.6, released 2018-08-XX
- Improved package build and dependency tracking
- Fixed missing LICENSE from the tarball distribution
+- Fixed `CommandGeneratorLcdConfigurator.unconfigure()` to fully clean up
+ internal caches, otherwise repetitive attempts to configure the target
+ would fail.
Revision 4.4.5, released 2018-08-05
-----------------------------------