From 3df33468db5a42714e373fc15c95920e079f2241 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 6 Aug 2016 22:38:44 +0200 Subject: [PATCH] update feature list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index e955ff7..a4764b9 100755 --- a/README.asciidoc +++ b/README.asciidoc @@ -26,12 +26,13 @@ https://www.java.com[Java] library for storage units according to link:http://en === Features -* Type safe object model for storage units -* Factories to create those objects -* Basic math operators -* Comparisons and equality +* Immutable, type- and thread-safe object model for storage units +* Convenience factories to create units +* Basic arithmetic operators +* Comparisons and equality checks between units * Lossless conversion between all units -* Human readable text format, including custom formats. +* Human readable text format, including custom formats +* Compatible with any `java.lang.Number` ==== Available Units -- 2.11.4.GIT