From 791154785dd6f772286454fb74e2bee08a89e72f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 15 Jul 2020 16:48:59 +0200 Subject: [PATCH] Fixed CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fbea3..49a4d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - [#8758] Added HTTP Redirection support - [#8758] Added HAProxy discovery support - [#9016] Restored Fallback capabilities -- Implemented isConnectionActive() in PersistenceBackend +- Implemented isConnectionActive() in PersistenceBackend provided implementation - [#9034] Always posting a List of Record even when we have to post a single one - [#9036] Record List is marshalled as JSON using jackso