From adbf8cc75ca879518171060e986e3bee3281cd8c Mon Sep 17 00:00:00 2001 From: Kuisong Tong Date: Thu, 20 Jun 2024 14:46:24 -0700 Subject: [PATCH] simple change log to fix release process (#380) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999d0e30..7b6fb3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed -- Overwriting parent context in `*Config.Watch()` what led to unwanted routine exit (#370). +- Overwriting parent context in Config.Watch what led to unwanted routine exit (#370). - Use atomic.Pointer for Config.values and provider.values to avoid race condition (#378). ## [1.2.0] - 2024-06-10