diff options
| author | Tyge Løvset <[email protected]> | 2022-08-08 08:17:46 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-08-08 08:17:46 +0200 |
| commit | 010f954e739ca781fa3c71668938e2d2ca314662 (patch) | |
| tree | 5acb7d6b29eda46abee7410ed0e629a5842853b3 /README.md | |
| parent | 621cf0d0cf508cbdd7b15a9b8416c5938f2b27a0 (diff) | |
| download | STC-modified-010f954e739ca781fa3c71668938e2d2ca314662.tar.gz STC-modified-010f954e739ca781fa3c71668938e2d2ca314662.zip | |
Prepared v4.0 BETA.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |
