Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Apr 2, 2017
1 parent 81f084e commit c54d9d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c54d9d0

Please sign in to comment.