From 8858d1b98a589be00693749aec0c8ebcaf95fe62 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Tue, 14 Jul 2020 00:00:35 +0900 Subject: [PATCH] docs(changelog): make the path changes as a table --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5db5c7..6f6815b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ ### Breaking Changes -- The following import changes: - - `from diagrams.onprem.logging import Logstash` is now `from diagrams.elastic.elasticsearch import Logstash` - - `from diagrams.onprem.monitoring import Kibana` is now `from diagrams.elastic.elasticsearch import Kibana` - - `from diagrams.onprem.search import Elasticsearch(*)` is now `from diagrams.elastic.elasticsearch import Elasticsearch` - - The previous icon was the company icon not the elasticsearch product, for the company icon: `from diagrams.elastic.saas import Elastic` +The following import changes: + +| Old import path | New import path | +| -------------------------------------------------- | ---------------------------------------------------------- | +| `from diagrams.onprem.logging import Logstash` | `from diagrams.elastic.elasticsearch import Logstash` | +| `from diagrams.onprem.monitoring import Kibana` | `from diagrams.elastic.elasticsearch import Kibana` | +| `from diagrams.onprem.search import Elasticsearch` | `from diagrams.elastic.elasticsearch import Elasticsearch` | + +> The previous icon was the company icon, not the elasticsearch product. +> +> For the company icon: `from diagrams.elastic.saas import Elastic` ### Added @@ -23,6 +29,7 @@ - Support DataDog, PaperTrail, Syslog, Rsyslog and Graylog: [#222](https://github.com/mingrammer/diagrams/pull/222) - Update all OCI icon set (bark and white): [#205](https://github.com/mingrammer/diagrams/pull/205) + ## 0.15.0 ### Added