From 017b50550b88c9320ed111a54fd770d19dc1416d Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Wed, 24 Aug 2022 15:38:02 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b352f21..3966bb10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Compatibility with latest meilisearch - Resolution of nested mix tasks (i.e search.meilisearch) in OTP releases - Elasticsearch returning likes and repeats, displaying as posts +- Ensure key generation happens at registration-time to prevent potential race-conditions ### Removed - Non-finch HTTP adapters. `:tesla, :adapter` is now highly recommended to be set to the default.