You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
+
# Changelog for Money v5.5.1
2
+
3
+
This is the changelog for Money v5.5.1 released on February 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
4
+
5
+
### Bug Fixes
6
+
7
+
* Fix formatting a `t:Money` that has no `:format_options` key. That can happen if re-hydrating a `t:Money` using `:erlang.binary_to_term/1` from an older version of `ex_money` that doesn't have the `:format_options` key in the struct. Thanks to @coladarci. Fixes #123.
8
+
1
9
# Changelog for Money v5.5.0
2
10
3
-
This is the changelog for Money v5.5.0 released on ______, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
11
+
This is the changelog for Money v5.5.0 released on February 10th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
0 commit comments