X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=e91338d1ba2c006eb1c8cb205ba40c9205b180a3;hb=276ed3c833c81a4142d7c4607474ee95a7f01355;hp=ae048ee7df2b48f422dce255cfad20a761ecb9b4;hpb=dada8463c0fd4c3b90eedc54b6c913f0fa0e7272;p=ric-plt%2Fsdlpy.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ae048ee..e91338d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -17,27 +17,43 @@ .. -Release-Notes +Release Notes ============= -This document provides the release notes for release 1.0.0 of ricsdl. +This document provides the release notes of the ricsdl library. .. contents:: :depth: 3 :local: + + Version history --------------- -+--------------------+--------------------+--------------------+--------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+--------------------+--------------------+--------------------+--------------------+ -| 2019-12-05 | 1.0.0 | T Tietavainen | First version | -| | | | | -+--------------------+--------------------+--------------------+--------------------+ +[2.0.0] - 2020-01-03 + +* Change find_keys() and find_and_get() API functions to support glob-style + regular expression in a key search pattern. API backward incompatible change. +* Remove 'atomic' parameter of find_and_get() API function. API backward + incompatible change. + +[1.0.2] - 2019-12-18 + +* Take Hiredis package into use in Redis database backend. +* Add unit tests for configuration handling. + +[1.0.1] - 2019-12-06 + +* Version bump. + +[1.0.0] - 2019-12-05 + +* First version. + + Summary