From cbeb7c89a74787d9dfff01879e0bb9574514eef1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 23 Sep 2018 13:27:43 +0300 Subject: [PATCH] CHANGELOG.md: Add note about Solr connection refactor --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb66901..8031668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added example systemd unit file for API +### Changed +- Refactor Solr configuration and connection + ## [0.0.3] - 2018-09-20 ### Changed - Refactor environment variables into config module