Skip to content

Commit fd78fc9

Browse files
committed
Fix Money.to_integer_exp/1. Fixes #138
1 parent df462d4 commit fd78fc9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Money v5.7.4
4+
5+
This is the changelog for Money v5.7.4 released on December 23rd, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
6+
7+
**Note** `ex_money 5.7.4` is supported on Elixir 1.10 and later versions only. It also requires `ex_cldr_numbers 2.23` or later.
8+
9+
### Bug Fixes
10+
11+
* Fix `Money.to_integer_exp/1` when `t:Money` has a negative amount. Thanks to @hamptokr for the report and the PR.
12+
313
## Money v5.7.3
414

515
This is the changelog for Money v5.7.3 released on December 19th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Money.Mixfile do
22
use Mix.Project
33

4-
@version "5.7.3"
4+
@version "5.7.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)