From 53afd94577da327523a887d2c8a2d2c182f76e5d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 8 Nov 2017 11:54:38 -0500 Subject: Centralize readthedocs docs Move readthedocs documentation into ccsdk/distribution so that there is a single CCSDK project parent as opposed to separate repo-specific parents. Change-Id: I8f7fc649fd534dfc7e4a00f04728e0233ff4d23c Issue-ID: CCSDK-140 Signed-off-by: Dan Timoney --- docs/release-notes.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/release-notes.rst (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 00000000..94b4fc62 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,45 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Release Notes +============= + +Version: 0.1.0 +-------------- + + +:Release Date: 2017-11-16 + + + +**New Features** + +The Common Controller SDK provides the following functionality : + - Service Logic Interpreter + - Database access library (dblib) + - Service Logic test api (sliapi) + - MD-SAL data query adaptor + - SQL query adaptor + - Resource allocator + - SDC interface + - DMAAP interface + - REST API adaptor + + +**Bug Fixes** + +**Known Issues** + - `CCSDK-110 `_ Resolve license issues in dashboard project + - `CCSDK-136 `_ pgaas is dependent on location_prefix being all lowercase + - `CCSDK-137 `_ isolate deprecated methods + +**Security Issues** + You may want to include a reference to CVE (Common Vulnerabilities and Exposures) `CVE `_ + + +**Upgrade Notes** + +**Deprecation Notes** + +**Other** + +=========== -- cgit 1.2.3-korg