From 41bf96c42e10328092158eee2750d6aaa6e88152 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 3 May 2014 17:44:54 -0600 Subject: [PATCH] Update release notes for release 4.3.1 --- releasenotes.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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