Make format_description handle None
[dcaegen2/platform/cli.git] / dcae-cli / ChangeLog.md
index b0e97a3..0780df4 100644 (file)
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [2.11.4]
+
+* Fix format_description to handle no description case
+## [2.11.3]
+
+* Fix Format class definition of "description" to match JSON schema
+
+## [2.11.2]
+
+* Upgrade to use docker 4.x.x from docker-py 1.x.x
+
+## [2.11.1]
+
+* Change to policy reconfiguration functions to pass consul_host as a parameter
+
 ## [2.11.0]
 
 * Add Policy Configuration Support.
@@ -101,7 +116,7 @@ EDIT: This one addressed the issue in the catalog
 * Update sqlalchemy and catalog to support postgres and remove mysql support. Still compatible with sqlite.
 * Add the `catalog` command used to tap into the shared catalog
 * Change the `component` and the `data_format` command to be for the particular user of the dcae-cli
-* Changes to support component spec v3: folding of the auxilary specs into the component spec and adding of the property artifacts
+* Changes to support component spec v3: folding of the auxiliary specs into the component spec and adding of the property artifacts
 * Add the ability to publish components and data formats
 
 ## [1.6.0]
@@ -133,4 +148,4 @@ EDIT: This one addressed the issue in the catalog
 
 ## [0.11.0]
 
-* Make CDAP Paramaters follow parameters definitions
+* Make CDAP Parameters follow parameters definitions