diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-02-27 21:20:00 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-03-01 11:23:40 -0500 |
commit | 16841e4acee2cc31558bdaf618d68e4349c06168 (patch) | |
tree | a9bff5ca8af6256122cc0e406bac81f8fb6fba31 /Changelog.md | |
parent | 584b93a74f760beb51f973412a092533c838faeb (diff) |
Add a new endpoint for getting arbitrary keys
Change-Id: I4888bf3c596bee72637a881830cef4835076bcb2
Issue-ID: DCAEGEN2-348
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2da00c9..53ccdf0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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.1.0] +* Add a generic API for getting arbitrary keys +* Some PEP8/Pylint compliance +* Fix SONAR complaints + ## [2.0.0] * Remove policy and DTI APIs * Add new API that returns Config, Policy, DTI, Everything |