X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=c3d358f6d8d529d992f915e8297510043eb72a49;hb=3423ff5371c7232d6a9911c13e6eae66a5982619;hp=ec7f53dd48bee543eccfa3aa14955fffe7ab7825;hpb=1c9ce6b9bd1c50051b19845c92bdfeb5bbfe7a10;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ec7f53d..c3d358f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,11 +14,35 @@ and this project adheres to `Semantic Versioning `__. :depth: 3 :local: +[0.6.0] - 3/23/2020 +------------------- +:: + + * Switch to SI95 for rmr + + + +[0.5.0] - 3/18/2020 +------------------- +:: + + * All xapps (via the base class) now have a logger attribute that can be invoked to provide mdc logging. It is a passthrough to the RIC mdc logger for python (untouched, no value in an API on top at the current time). + + +[0.4.1] - 3/17/2020 +------------------- +:: + + * Switch tox to use py38 + * switch to latest builders + + [0.4.0] - 3/13/2020 ------------------- :: * minor breaking change; switches the default behavior RE threading for RMRXapps. The default is not to return execution, but the caller (in `run`) can choose to loop in a thread. + * Add Dockerized examples [0.3.0] - 3/10/2020