summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-04-28 17:01:58 +0200
committerTyge Løvset <[email protected]>2023-04-28 17:01:58 +0200
commit49e7d9cc0a888b0b19aa4e737d55a2bc33bec824 (patch)
tree6e4aea9d457fe89a3dd1be441c88000539614b54 /README.md
parenta922157394a9a3e0cffe26a5fa4d29c9d78ecc06 (diff)
downloadSTC-modified-49e7d9cc0a888b0b19aa4e737d55a2bc33bec824.tar.gz
STC-modified-49e7d9cc0a888b0b19aa4e737d55a2bc33bec824.zip
Removed crandom.h and altnames.h. Housholding.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f571c280..74c2238f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
STC - Smart Template Containers
===============================
-### [Version 4.3 beta](#version-history)
+### [Version 4.3 RC](#version-history)
---
Description
@@ -611,6 +611,12 @@ STC is generally very memory efficient. Memory usage for the different container
---
# Version History
+
+## Version 4.3
+- Removed deprecated uppercase flow-control macro names.
+- Removed deprecated crandom.h. Use crand.h with new API.
+- Improved default string hash function.
+
## Version 4.2
- New home! And online single headers for https://godbolt.org
- Library: https://github.com/stclib/STC