summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-01 10:12:22 +0100
committerTyge Løvset <[email protected]>2023-02-01 10:12:22 +0100
commita8998a52082f86a71bf152c5baa9ebc005871142 (patch)
treee231d86dba26d1495b893432fde7db17ac3eac08 /README.md
parent6ce6ef3307e52db5813d3c8d6a2cba52df06daf8 (diff)
downloadSTC-modified-a8998a52082f86a71bf152c5baa9ebc005871142.tar.gz
STC-modified-a8998a52082f86a71bf152c5baa9ebc005871142.zip
Update docs formatting and README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index a4b3c76e..38304ad9 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,13 @@
STC - Smart Template Containers for C
=====================================
-News: Version 4.1 Beta (Dec 2022)
+News: Version 4.1 RC (Feb 2023)
------------------------------------------------
-- Major change is uppercase macros in ccommon.h. Lowercase macros are [still supported](include/stc/priv/altnames.h).
+Major changes:
+- Signed sizes and indices for all containers (no more mixing unsigned/signed bugs).
+- A new exciting **cspan** single/multi-dimensional array view.
+- Updates on cregex with several new unicode character classes.
+- Uppercase flow-control macros (ccommon.h). Lowercase macros are [still supported](include/stc/priv/altnames.h).
- [See detailed changes for version 4](#version-4).
Introduction