From ae18f3df8838032423b75164c994eae1cda113b9 Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Fri, 24 Sep 2021 13:24:44 +0200 Subject: [PATCH] Add missing CHANGELOG entry. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a302574..c45a2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 always resulted in an error returned by the Data Attribute Recommendation service. For this reason, this change is not a breaking change. This change effectively reverts [#98]. +* Plain-text `http://` URLs are now allowed for `localhost`. This is useful for local + development. [#108] [#107]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/107 +[#108]: https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/108 ## [0.8.1]