3.4.0
3.4.0 (diff)
Release of the Stellar Disbursement Platform v3.4.0
. This release adds support for q={term}
query searches in the
GET /payments
endpoint, and updates the CSV parser to ignore BOM (Byte Order Mark) characters.
Warning
This version is compatible with the stellar/stellar-disbursement-platform-frontend version 3.4.0
.
Changed
- Update the
GET /payments
endpoint to acceptq={term}
query searches. #530 - Update the CSV parser to ignore BOM (Byte Order Mark) characters. #531