Add const qualifier to constructor port parameter
The port parameter defined by constructors should have a
const qualifier in order to allow a static string to be
passed. This change adds that qualifier
Issue-ID: RIC-534
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib5a20825c3ff897cea31a3fbaac58b33dc7633f4
diff --git a/CHANGES b/CHANGES
index 3833dbd..74ab3b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
# This file contains a brief summary of each version bump.
+2020 June 26; version 1.1.0
+ Change the port type in constructors to indicate "const"
+
+ Version bump to 1.1.0 to allow patches to bronze code to
+ continue to be done on the 1.0.* level.
+
2020 April 28; version 1.0.0
Bump version to force package build (old CI version added
incorrect install prefix). Bump to 1.0.0 for release.