diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb873069ffabbb63a8a71510a7dcdf848ba821f0..135cf7f8a38fb732217c4966a3976b6482b408a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,6 @@ Version 1.0 Version 1.0.0 ************* -- Bug: Nested namespace definitions were present, which are a C++17 feature. Version 0.9 ----------- @@ -26,6 +25,12 @@ Version 0.9.2 process. - Bug: CMake dependencies between targets and link and include inheritance corrected. +- Feature: Add ALL_Tensor feature test. +- Bug: VTK fails to include <limits>, so we take care of that. +- Bug: setVertices was required for printVTKoutlines to output updated vertices. +- Feature: Fortran API supports retrieval of error string +- Feature: Testing against VTK 7 as well as 9 +- Bug: A nested namespace definition was removed, which is only allowed in C++17. Version 0.9.1 *************