From c021654e09f65a184509ff8d544d5d84010c2493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ba=C4=87?= Date: Tue, 4 Jan 2022 23:39:52 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index bfe83b9..093169b 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,6 @@ or run them wit CMake/CTest "ninja/make test" as they are available in default C - [x] performance comparisions on arm64 and x86 with float/double arithemetic - [x] dual licence project with MIT Licence and Boost Software License -## release notes -### version 0.9.10 - - improved unit testing dual c++17 and c++20 - - rewrite of static asserts to function concept restrictions with std::enable_if_t - ## future goals - [ ] more math functionality, if somthing is missing in library that You need post issue and let me know about that.