summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-08-08 08:17:46 +0200
committerTyge Løvset <[email protected]>2022-08-08 08:17:46 +0200
commit010f954e739ca781fa3c71668938e2d2ca314662 (patch)
tree5acb7d6b29eda46abee7410ed0e629a5842853b3 /README.md
parent621cf0d0cf508cbdd7b15a9b8416c5938f2b27a0 (diff)
downloadSTC-modified-010f954e739ca781fa3c71668938e2d2ca314662.tar.gz
STC-modified-010f954e739ca781fa3c71668938e2d2ca314662.zip
Prepared v4.0 BETA.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 86187575..29c28a4f 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,13 @@
STC - Smart Template Containers for C
=====================================
-News: Version 3.9 released (July 2022)
+News: Version 4.0 BETA (Aug 2022)
---------------------------------------
-- "ccommon API: `c_forrange` with 3 to 5 args swapped 1st <-> 2nd.
-- **csview** fully inlined and tokenizer fix
+- Removed macro `c_apply` - usage was not intuitive.
+- `c_forarray` macro replaces usages of `c_apply`.
+- Minor changes in API of **cregex**, and improved documentation.
+- Version 3.9:
+ - "ccommon API: `c_forrange` with 3 to 5 args swapped 1st <-> 2nd.
- Version 3.8:
- "Officially" added **cregex** - powerful regular expressions.
- Added back **coption** - command line argument parsing.