Add const qualifier to constructor port parameter
[ric-plt/xapp-frame-cpp.git] / docs / rel-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 ..
4 .. CAUTION: this document is generated from source in doc/src/*
5 .. To make changes edit the source and recompile the document.
6 .. Do NOT make changes directly to .rst or .md files.
7
8
9 ============================================================================================
10 Release Notes
11 ============================================================================================
12
13
14 C++ Framework Release Notes
15 ===========================
16
17 The following is a list of release highlights for the C++
18 xAPP Framework.
19
20
21 2020 June 26; version 1.1.0
22 ---------------------------
23
24 Change the port type in constructors to indicate "const"
25
26 Version bump to 1.1.0 to allow patches to bronze code to
27 continue to be done on the 1.0.* level.
28
29
30
31 Bronze Release
32 ==============
33
34
35
36 2020 April 28; version 1.0.0
37 ----------------------------
38
39 Bump version to force package build (old CI version added
40 incorrect install prefix). Bump to 1.0.0 for release.
41
42
43
44 2020 March 27; version 0.1.2
45 ----------------------------
46
47 Changes identified by sonar (missing copy/move builders)
48 rmr_dump example programme Improvements to code for better
49 test coverage