CHANGELOG.md in monetize-1.10.0 vs CHANGELOG.md in monetize-1.11.0
- old
+ new
@@ -1,6 +1,9 @@
# Changelog
+## 1.11.0
+- When parsing a string assume a single separator to be a decimal mark when number starts with 0
+
## 1.10.0
- When using the `assume_from_symbol` option, the currency in the input string will be used over the assumed currency based on symbol. For example, `$1.05 CAD` will use `CAD` instead of `USD`.
## 1.9.4
- Fix symbol parsing that are surrounded by other characters