From 4fcf557c6e0773799f300786dce556062e0dcad9 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 15 Jul 2020 16:45:45 +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 c077b87..51fbea3 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() added in PersistenceBackend +- Implemented isConnectionActive() in PersistenceBackend - [#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