Skip to content

Commit

Permalink
Print a trace on error with xml formatter when in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskod committed Aug 21, 2019
1 parent cd73cbe commit 5cadf23
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 138 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.4 - 2019-08-21

### Fixed

- Print a trace on error with xml formatter when in verbose mode

## 1.0.3 - 2019-02-06

### Fixed

- Update dependencies to fix issue with long account numbers

## 1.0.2 - 2019-01-23

### Fixed

- Bump dependencies

## 1.0.1 - 2018-10-14

### Fixed

- Write failure info to errout in validate
- Remove trailing empy line in xml output

## 1.0.0 - 2018-10-10

- Initial release
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"require": {
"php": ">=7.1",
"ext-mbstring": "*",
"ext-bcmath": "*",
"ext-simplexml": "*",
"roave/security-advisories": "dev-master",
"byrokrat/autogiro": "^1.0@beta",
Expand Down
Loading

0 comments on commit 5cadf23

Please sign in to comment.