blob: b856218154a6e87b8c3610a37b679acbbe9774fa [file] [log] [blame]
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -04001# This file contains a brief summary of each version bump.
E. Scott Daniels6ef23e12020-07-15 08:03:22 -04002# Its contents are parsed by a document builder and the rel-notes.rst
3# file for the RTD site is generated. Changes must start with a date
4# and version string. Blank are used to separate items when a version
5# has several changes. Multiple blank lines between versions are
6# squished to one.
7
8release = Cherry
92020 July 17; version 2.0.0
10 Add alarm support.
11
12 Add xapp namespace for Message, Msg_component, Alarm and Jhah
13 objects. This is a BREAKING change and thus the major version
14 number was bumped to 2.
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -040015
E. Scott Daniels97204c82020-06-29 15:39:57 -0400162020 June 29; version 1.2.0
17 Add support for json parsing
18
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -0400192020 June 26; version 1.1.0
20 Change the port type in constructors to indicate "const"
21
E. Scott Daniels97204c82020-06-29 15:39:57 -040022 Version bump to 1.1.0 to allow patches to bronze code to
E. Scott Daniels0ac0fb42020-06-26 09:01:52 -040023 continue to be done on the 1.0.* level.
24
E. Scott Daniels6ef23e12020-07-15 08:03:22 -040025
26release= Bronze
E. Scott Danielscbd893c2020-04-28 11:10:48 -0400272020 April 28; version 1.0.0
28 Bump version to force package build (old CI version added
29 incorrect install prefix). Bump to 1.0.0 for release.
30
E. Scott Daniels0b08d9d2020-03-27 10:18:37 -0400312020 March 27; version 0.1.2
32 Changes identified by sonar (missing copy/move builders)
33 rmr_dump example programme
34 Improvements to code for better test coverage