Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Apr 6, 2024
1 parent ebeda47 commit 5e00476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning].
# After:
Skooma::BodyParsers.register("application/xml", ->(body, headers:) { Hash.from_xml(body) })
```
### Fixed

- Fix wrong path when combined with Rails exceptions_app. ([@ursm])

## [0.2.3] - 2024-01-18

Expand Down Expand Up @@ -79,6 +82,7 @@ end
- Initial implementation. ([@skryukov])
[@skryukov]: https://github.com/skryukov
[@ursm]: https://github.com/ursm
[Unreleased]: https://github.com/skryukov/skooma/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/skryukov/skooma/compare/v0.2.2...v0.2.3
Expand Down

0 comments on commit 5e00476

Please sign in to comment.