summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-02-01 13:05:38 +0100
committerTyge Lovset <[email protected]>2023-02-01 13:05:38 +0100
commitad9a74ebe39cd3371c5cf3a46b6c0286c0667914 (patch)
tree8bf0cfd368484f3a41ef7b1e08001977b1df0c45 /README.md
parent4da4d4722c1951a1f1be84b20a9ed81bb91054af (diff)
downloadSTC-modified-ad9a74ebe39cd3371c5cf3a46b6c0286c0667914.tar.gz
STC-modified-ad9a74ebe39cd3371c5cf3a46b6c0286c0667914.zip
Fixed docs of c_make() macro.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9daa174..63308051 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ News: Version 4.1 RC (Feb 2023)
------------------------------------------------
Major changes:
- Signed sizes and indices for all containers (no more mixing unsigned/signed bugs).
-- A new exciting **cspan** single/multi-dimensional array view.
+- A new exciting [**cspan**](docs/cspan_api.md) 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).