-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit --> | ||
|
||
# ppcryptoparser 0.1.0 | ||
|
||
- The separator for CSV outputs is now fixed to "semicolon" as this seems to be the global PP default across all languages. | ||
- New argument `dec` to allow setting a custom decimal separator. This is helpful if the decimal separator does not follow the PP language setting. | ||
- Allow setting `pp_security_name` for `parse_cardano()`. | ||
|
||
|
||
# ppcryptoparser 0.0.1 | ||
|
||
- Initial release |