From dc178789b27ac7835b03c0272f6ccd321c0238bc Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 6 Jan 2020 10:25:01 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2f29193..10ec855eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## 0.12.19 (Unreleased) + +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] + ## 0.12.18 (December 11, 2019) NOTES: