Error Responses, PR Template, Code Refactor, and Test plugin update (#42)

This commit is contained in:
Ryan Brink
2021-04-29 19:08:45 -04:00
committed by GitHub
parent 571dc11c29
commit 26ada3daad
17 changed files with 578 additions and 79 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## [0.7.0] - April 29th, 2021
### Added
- `notarizedException` for notarizing `StatusPage` handlers 🎉
- `com.adarshr.test-logger` Gradle plugin for improved test output clarity and insight
### Changed
- Refactored `kompendium-core` to break up the `Kompendium` object into slightly more manageable chunks
## [0.6.2] - April 23rd, 2021
### Added