From f7b3dae2fb52f61a7a8e64c727c46c26b863ea12 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@ruhr-uni-bochum.de> Date: Mon, 9 Aug 2021 13:55:14 +0200 Subject: [PATCH] more detailed VTK bug in CHANGELOG --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 135cf7f..8972a24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,7 +26,8 @@ Version 0.9.2 - 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: VTK fails to include <limits>, so we take care of that (for GCC 11 and + VTK 9.3.0) - 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 -- GitLab