summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-06-20 18:26:35 +0200
committerTyge Løvset <[email protected]>2023-06-20 18:26:35 +0200
commitd1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b (patch)
tree659df2ea2f08feb6f6c9baa071890a74f441a825 /README.md
parent3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5 (diff)
downloadSTC-modified-d1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b.tar.gz
STC-modified-d1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b.zip
Added some more to coroutine.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f14858e7..3628ecd1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
STC - Smart Template Containers
===============================
-### [Version 4.3 RC](#version-history)
+### [Version 4.3 RC2](#version-history)
---
Description
@@ -613,6 +613,8 @@ STC is generally very memory efficient. Memory usage for the different container
# Version History
## Version 4.3
+- algo/coroutine.h much improved with new API and more features.
+- New cdeq and cqueue implementation(s), using circular buffer.
- Removed deprecated uppercase flow-control macro names.
- Removed deprecated crandom.h. Use crand.h with new API.
- Improved default string hash function.