Skip to content

Commit

Permalink
Fix formatting in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed May 2, 2019
1 parent 2f64e3d commit 9f11e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ A small improvement release tagged early to resolve blocking issues in

## Closed issues

- Trimmed whitespace on decoding String
- Trimmed whitespace on decoding `String`
[\#94](https://github.com/MaxDesiatov/XMLCoder/issues/94)

## Merged pull requests

- Fixed a bug when decoding a key with one character only
[\#96](https://github.com/MaxDesiatov/XMLCoder/pull/96)
([TheFlow95](https://github.com/TheFlow95))
- Add more cases to AttributedIntrinsicTest
- Add more cases to `AttributedIntrinsicTest`
[\#95](https://github.com/MaxDesiatov/XMLCoder/pull/95)
([MaxDesiatov](https://github.com/MaxDesiatov))
- Use map instead of mapValues/shuffle in XMLCoderElement.flatten
- Use `map` instead of `mapValues`/`shuffle` in `XMLCoderElement.flatten`
[\#93](https://github.com/MaxDesiatov/XMLCoder/pull/93)
([jsbean](https://github.com/jsbean))
- Fix decoding empty element as optional
Expand Down

0 comments on commit 9f11e62

Please sign in to comment.