From 507b3c5f139f82ac854398e5a11505ce9f58b9ac Mon Sep 17 00:00:00 2001 From: Nick Avramoussis <4256455+Idclip@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:23:42 +1300 Subject: [PATCH] Added pendingchanges Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com> --- pendingchanges/cplusplus20.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pendingchanges/cplusplus20.txt diff --git a/pendingchanges/cplusplus20.txt b/pendingchanges/cplusplus20.txt new file mode 100644 index 0000000000..31b3f408a0 --- /dev/null +++ b/pendingchanges/cplusplus20.txt @@ -0,0 +1,5 @@ +- Build: + - Improved support for compiling with C++20 + [Contributed by Denys Maletskyy and Jérémie Dumas] + - OpenVDB's CMake no longer modifies the BUILD_SHARED_LIBS variable + [reported by Maksim Shabunin]