Skip to content

v0.8.4

Pre-release
Pre-release

Choose a tag to compare

@gazbert gazbert released this 14 Nov 21:33

Fix (#73, #74) for all Exchange Adapters to mandate using a '.' (full stop) as the decimal point separator for formatting BigDecimal values.

Many locales default to a '.' and you might not be affected by this bug. Other locales, e.g. Czech Republic, default to a ',' (comma).

Exchanges always require a '.'

Thanks to @kuceraf for fixing this.