summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-07-07 12:17:59 +0200
committerEugen Wissner <belka@caraus.de>2018-07-07 12:17:59 +0200
commita94b1b0af46f69216b6c78ced37de80dc2ffae24 (patch)
treeb34f252b1dba8e47fc6f3be96c616fd4d3fe7d89 /README.md
parent3df4eb6259b5b0b7a494d90faca2588930f71a17 (diff)
downloadtanya-a94b1b0af46f69216b6c78ced37de80dc2ffae24.tar.gz
Add functional module. Fix #52
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6867ab..dbf2109 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ types.
* `encoding`: This package provides tools to work with text encodings.
* `exception`: Common exceptions and errors.
* `format`: Formatting and conversion functions.
+* `functional`: Functions that manipulate other functions and their argument
+lists.
* `hash`: Hash algorithms.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).
@@ -172,7 +174,8 @@ parameter is used)
| DMD | GCC |
|:-------:|:---------:|
-| 2.080.1 | *master* |
+| 2.081.0 | *master* |
+| 2.080.1 | |
| 2.079.1 | |
| 2.078.3 | |
| 2.077.1 | |