summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 03b2354..fc4de47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* (in development)
+ * Provide a development and testing environment via docker. Thanks
+ @abrookins. #1365
* 3.5.3 (June 1, 2020)
* Restore try/except clauses to __del__ methods. These will be removed
in 4.0 when more explicit resource management if enforced. #1339