From eeb3d41a10de749fcac36743fa29a670b5c06f8f Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 12 Mar 2023 00:15:42 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6257cd11..d7c58db6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ legacy code. The configuration file or files for `clang-uml` define the type and contents of each generated diagram. Currently, the diagrams are generated in [PlantUML](https://plantuml.com) format. -`clang-uml` currently supports C++ up to version 17. +`clang-uml` currently supports C++ up to version 17 and partial support for C++ 20. ## Features