From 5c3d4f12477f9a76ade7afbd04a59dcee7d9054d Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 25 Nov 2025 21:33:02 +0100 Subject: [PATCH] README update. No code changes (0.28.0) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d67669..87ccc9a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht - [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional) ☑ - [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/) (optional) ☐ - [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional) ☑ +- [PCRE2](https://pcre2project.github.io/pcre2/) support builtin for Perl-Compatible Regular Expressions (optional) ☐ - [SQLite](https://sqlite.org/) support builtin (optional) ☐ - [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional) ☐