diff --git a/releasenotes.txt b/releasenotes.txt index 7df1dc7..fd96d3d 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,7 +1,13 @@ -Current Version: 4.3.0 +Current Version: 4.3.1 Note: this is scheduled to be the last release that requires boost, new releases after this will require a C++11 compiler. +### Changes since 4.3.0 +* Add automatic conversion of arithmetic return types, following the same + rules as conversion of arithmetic types when passing parameters +* Add automatic casting up the inheritence hierarchy when possible. +* Enable travis.ci testing + ### Changes since 4.2.0 * Enhanced unit tests * Add `continue` statement, fix various use cases for `for` loops