add migration steps
[storage-units.git] / CHANGELOG.asciidoc
blob398980f34d38c6d3ec9e3ef7684efb9f799d79a9
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.0.0-20160703155124...master++[Unreleased]
8 == link:++https://github.com/sebhoss/storage-units/compare/storage-units-3.0.0-20160703155124...master++[3.1.0] - TBD
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'.