From 57c4066feb2b8248c520d6c6b4791b67b02a9520 Mon Sep 17 00:00:00 2001 From: Andrew Porter Date: Wed, 10 Jun 2026 15:07:00 +0100 Subject: [PATCH] #510 add 0.2.3 release to News section of README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b8ec59..b8918986 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # News # - * 01/04/2025 Version 0.2.2 released (adds support for more types of directive and + * 10/06/2026 Version 0.2.3 released (adds support for preprocessor line markers, + improved handling of labelled DO loops and support for F2008 extension to + Proc_Decl. + * 01/04/2026 Version 0.2.2 released (adds support for more types of directive and support for the Fortran2008 unlimited-repeat format specifier). * Good to know: fparser with Python 3.14 is approximately a factor of two faster than it is with older Python versions.