Skip to content

Commit 9f11e62

Browse files
committed
Fix formatting in CHANGELOG
1 parent 2f64e3d commit 9f11e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ A small improvement release tagged early to resolve blocking issues in
1313

1414
## Closed issues
1515

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

1919
## Merged pull requests
2020

2121
- Fixed a bug when decoding a key with one character only
2222
[\#96](https://github.com/MaxDesiatov/XMLCoder/pull/96)
2323
([TheFlow95](https://github.com/TheFlow95))
24-
- Add more cases to AttributedIntrinsicTest
24+
- Add more cases to `AttributedIntrinsicTest`
2525
[\#95](https://github.com/MaxDesiatov/XMLCoder/pull/95)
2626
([MaxDesiatov](https://github.com/MaxDesiatov))
27-
- Use map instead of mapValues/shuffle in XMLCoderElement.flatten
27+
- Use `map` instead of `mapValues`/`shuffle` in `XMLCoderElement.flatten`
2828
[\#93](https://github.com/MaxDesiatov/XMLCoder/pull/93)
2929
([jsbean](https://github.com/jsbean))
3030
- Fix decoding empty element as optional

0 commit comments

Comments
 (0)