Skip to content

Commit

Permalink
Add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Mar 10, 2023
1 parent 3679bf0 commit 96e98e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Version 2.1.0
- Added documentation site! Available here: https://andrewlalis.github.io/slf4d/
- In unittests, the `TestingLoggingProvider` is initialized by default instead of `DefaultProvider`.
- Changed to manually-defined log functions.
- Added package-scoped log functions. You can now do `info("msg");` instead of `getLogger().info("msg");`.
- Improved default provider's module name formatting.
- Added a warning that's logged if `configureLoggingProvider` is called more than once.
- Added some more helper methods to `TestingLoggingProvider`.

0 comments on commit 96e98e0

Please sign in to comment.