From c54d9d0ad59b6bea6dbf5e19d0f506a0d884989b Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos Date: Sat, 1 Apr 2017 21:26:38 -0300 Subject: [PATCH] Version 4.0.1 --- CHANGELOG | 16 ++++++++++++++++ elm-package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..0ff0a65 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,16 @@ +# Changelog + +**4.0.1** + * Fix bug with negative numbers (thanks @pedrocalderon) + * Fix bug large numbers (thanks @chancyk) + +**4.0.0** + * `Locale` now lives inside `FormatNumber` module to avoid conflicts (thanks @peteygao) + +**3.0.0** + * No more chance to format `Int`: one `format` to rule them all (thanks @rogeriochaves) + * Useful `Locale`s included (thanks @lovasoa) + * Minor fixes + +**2.0.0** + * Introduce `Locale` type alias diff --git a/elm-package.json b/elm-package.json index 4acb7aa..040adb2 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "4.0.0", + "version": "4.0.1", "summary": "Format numbers as pretty strings", "repository": "https://github.com/cuducos/elm-format-number.git", "license": "BSD3",