summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-09-27 11:28:49 +0200
committerGitHub <[email protected]>2022-09-27 11:28:49 +0200
commitccc1b89c9b65355d10752c3ff7ec4a32cde6d15c (patch)
treeed8e42298349e77442829c5965dd8ad2ce7ff5be /README.md
parentdf016494014d283b56ef4aadccde5baa0cd43625 (diff)
downloadSTC-modified-ccc1b89c9b65355d10752c3ff7ec4a32cde6d15c.tar.gz
STC-modified-ccc1b89c9b65355d10752c3ff7ec4a32cde6d15c.zip
Version 4.0, Release Candidate 3 (upd docs)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c99024a2..5aee6492 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ STC - Smart Template Containers for C
News: Version 4.0 Release Candidate 3 (Sep 2022)
------------------------------------------------
-- [See detailed changes for version 3](#version-3).
+- [See detailed changes for version 4](#version-4).
Introduction
------------
@@ -463,9 +463,9 @@ Memory efficiency
- **carr2**, **carr3**: Type size: 1 pointer plus dimension variables. Arrays are allocated as one contiguous block of heap memory, and one allocation for pointers of indices to the array.
- **carc**: Type size: 2 pointers, one for the data and one for the reference counter.
-# Version 3
+# Version 4
-## API changes summary V3.8 - V4.0
+## API changes summary V4.0
- Added **cregex** with documentation - powerful regular expressions.
- Added: `c_forfilter`: Iteration with "piped" filtering using && operator. 4 built-in filters.
- Added: `c_forwhile`: *c_foreach* iteration with extra predicate.