From 1af55531496653c23d7a629b146730bdfeefa216 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 6 Aug 2016 23:08:14 +0200 Subject: [PATCH] prepare for 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- CHANGELOG.asciidoc | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 307a842..3af1476 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.0.0-20160703155124...master++[Unreleased] +=== Added + +* Allow to customize the formatted output of a unit with a custom format/pattern/locale +* Provide as-best-matching converters for units +* The `Byte` unit! + == link:++https://github.com/sebhoss/storage-units/compare/storage-units-2.0.0...storage-units-3.0.0-20160703155124++[3.0.0] - 2016-07-03 === Changed diff --git a/pom.xml b/pom.xml index 577a973..bd9fe10 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ de.xn--ho-hia.utils.storage_units storage-units - 3.0.0-${revision} + 3.1.0-${revision} jar -- 2.11.4.GIT