From ef17aac046fb1372c393c6febee39c0475ea8030 Mon Sep 17 00:00:00 2001
From: Dave Hickin The only change since release 6.0.0 is: The main changes since release 5.0.4 are:Release 6.0.1
+
+
+
+
Release 6.0.0
A new template getField method has been added to Structure
-template
template<typename FT-> +std::tr1::shared_ptr< const FT-> getField(std::string const &fieldName) const
Can be used, for example, as follows:
@@ -313,3 +336,7 @@ This is prototype and is subject to debate.This was the starting point for RELEASE_NOTES
+ + + + diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 3f9368d..736e2e1 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +Release 6.0.1 +============= + +The only change since release 6.0.0 is: + +* Fix "Problem building pvDataCPP for win32-x86-mingw" (issue #42) + Release 6.0.0 =============