summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9b0cf29..8fc3399 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,7 @@ string, Set, Hash table.
* `conv`: This module provides functions for converting between different
types.
* `format`: Formatting and conversion functions.
-* `hash`: Hash algorithms.
-* `math`: Arbitrary precision integer and a set of functions.
+* `math`: Arbitrary precision integer and hash algorithms.
* `memory`: Tools for manual memory management (allocators, smart pointers).
* `meta`: Template metaprogramming. This package contains utilities to acquire
type information at compile-time, to transform from one type to another. It has
@@ -159,7 +158,7 @@ parameter is used)
| DMD | GCC |
|:-------:|:---------:|
-| 2.100.0 | 12.1 |
+| 2.111.0 | 15.2 |
## Further characteristics