summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-28 20:50:15 +0200
committerEugen Wissner <belka@caraus.de>2019-08-28 20:50:15 +0200
commitc69282a8dfac4e0abfa544cbf13bad8819e2487c (patch)
tree0b79dc4882ae6e5289482f0112289f087e1ffbe5 /README.md
parent0a973b46ba399e238324620a6a0b117ec5e510b3 (diff)
downloadtanya-c69282a8dfac4e0abfa544cbf13bad8819e2487c.tar.gz
Work around 2.086 bugs
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 3 insertions, 21 deletions
diff --git a/README.md b/README.md
index c3004ef..64106b6 100644
--- a/README.md
+++ b/README.md
@@ -172,27 +172,9 @@ parameter is used)
### Supported compilers
-| DMD | GCC |
-|:-----------------:|:---------------:|
-| 2.081.2 — 2.085.1 | gdc-8 (2.081.2) |
-| | gdc-7 (2.081.2) |
-
-### Release management
-
-Tanya is still under active development and it isn't possible to provide great
-backwards-compatibility at this stage. This won't change until 1.0.0. Almost
-every release contains new features or API changes alongside bug fixes. Thus:
-
-- Patch releases add new functionality and bug fixes in a backwards-compatible
-manner
-
-- Minor releases contain API breakages
-
-- Major release number is always the same: `0.x.x`
-
-Deprecated functionality is where possible marked as such before getting
-removed. It is left in the library for one release: If 0.8.1 deprecates some
-feature, it is removed in the next release: 0.9.0.
+| DMD | GCC |
+|:-------:|:---------:|
+| 2.087.1 | gdc trunk |
## Further characteristics