fix #23
[storage-units.git] / CHANGELOG.asciidoc
blobc7db7a4b9860b6a0347d50818c02f78810e0ccf2
1 = Change Log
2 :milestone: https://github.com/sebhoss/storage-units/milestone
4 All notable changes to this project will be documented in this file.
6 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.1.0-20160809215257...master++[Unreleased]
8 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.0.0-20160703155124...storage-units-3.1.0-20160809215257++[3.1.0] - 2016-08-09
10 === Added
12 * Allow to customize the formatted output of a unit with a custom format/pattern/locale
13 * Provide as-best-matching converters for units
14 * The `Byte` unit!
15 * Commonly found units such as 1 Kilobyte = 1024 Byte
17 === Issues closed
19 link:{milestone}/3?closed=1[See list of closed issues].
21 === Migration
23 No migration needed, just update to the latest version.
25 == 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
27 === Changed
29 * Switch to groupId 'de.xn--ho-hia.utils.storage_units'
30 * Switch to continuous deployment mode
32 === Migration
34 Change the groupId of your Maven dependency to this project to 'de.xn--ho-hia.utils.storage_units'.