summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-23 20:55:29 +0200
committerTyge Løvset <[email protected]>2021-09-23 20:55:29 +0200
commit92628f2487396ffaa67026a3f3a4b992a217ea0c (patch)
tree3b577bc1db890b5741c5e327504dcf97c142248c
parent2686887e9091b3d56365b8ddc15db67324ee6727 (diff)
parenta318f188603bfecf970bbcaa09618c60d52002fb (diff)
downloadSTC-modified-92628f2487396ffaa67026a3f3a4b992a217ea0c.tar.gz
STC-modified-92628f2487396ffaa67026a3f3a4b992a217ea0c.zip
Merge branch 'master' of github.com:tylov/STC into master
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02f4b02c..d978fd06 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@ STC - Smart Template Containers for C
News
----
**VERSION 2.X RELEASED**: There are two main breaking changes from V1.X.
-- New name
- Now uses a different way to instantiate templated containers, which is incompatible with v1.X.
- c_forauto, c_forvar, c_forscope are now renamed to **c_auto**, **c_autovar**, and **c_autoscope**. There is also a **c_exitauto** macro, which breaks out of an auto-block. The auto name refers to the original meaning of auto keyword in C, namely automatic stack allocated variable, however now it covers automatic resource (de)allocation in general.