From 5d3ca8aaf1eff95be0b0684cfc99d38eb6a612ea Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 7 Jan 2020 15:05:01 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ec855ebe..9e8f4bf3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 0.12.19 (Unreleased) +ENHANCEMENTS: +* internal/initwd: cache registry responses when downloading modules [GH-23727] + BUG FIXES: * core: Better error handling for an odd "should never happen" situation regarding the restoration of a deposed instance during a `create_before_destroy` replace action. While this does not yet fix the situation (it can still happen), it now has a specialized error message to hopefully help gather some more information about the root cause in future reports. [GH-23718]