summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-06-02 22:01:13 +0200
committerEugen Wissner <belka@caraus.de>2017-06-02 22:01:13 +0200
commite17fff2881b68b921f80ebc83b570a7baf151e06 (patch)
tree138546f46c94ed3d254cd8458e0c6fc6fcee6d8d /README.md
parentbc32511254361e4d8ff58270433d9aeb1f965c64 (diff)
downloadtanya-e17fff2881b68b921f80ebc83b570a7baf151e06.tar.gz
Update 2.074 compiler
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5ea3f48..326f668 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Garbage Collector heap. Everything in the library is usable in @nogc code.
Tanya extends Phobos functionality and provides alternative implementations for
data structures and utilities that depend on the Garbage Collector in Phobos.
-* [Bug tracker](https://issues.caraus.io/projects/tanya)
+* [Bug tracker](https://issues.caraus.io/projects/tanya/issues)
* [Documentation](https://docs.caraus.io/tanya)
## Overview
@@ -34,7 +34,7 @@ helper functions).
| dmd |
|:-------:|
-| 2.074.0 |
+| 2.074.1 |
| 2.073.2 |
| 2.072.2 |
| 2.071.2 |
@@ -56,16 +56,14 @@ Following modules are under development:
* Tanya is cross-platform. The development happens on a 64-bit Linux, but it
is being tested on Windows and FreeBSD as well.
-* The library isn't thread-safe. Thread-safity should be added later.
+* The library isn't thread-safe yet.
## Release management
3-week release cycle.
-## Contributing
+Deprecated features are removed after one release (in approximately 6 weeks after deprecating).
-Since I'm mostly busy writing new code and implementing new features I would
-appreciate, if anyone uses the library. It would help me to improve the
-codebase and fix issues.
+## Contributing
Feel free to contact me if you have any questions: info@caraus.de.