Skip to content

Commit

Permalink
Added v1.2.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Feb 26, 2023
1 parent 971bde6 commit b8bf59e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Version 1.2.0
- Changed so that `configureLoggingProvider(null)` will set the logging provider to SLF4D's built-in `NoOpProvider`.
- Removed some provider-configuration mutex logic, to prevent race conditions in unit tests.
1 change: 0 additions & 1 deletion source/slf4d/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public import slf4d.level;
import slf4d.provider;
import slf4d.default_provider;
import slf4d.noop_provider;
import core.sync.rwmutex;

/**
* The logger factory used to obtain new Loggers wherever SLF4D is used. This
Expand Down

0 comments on commit b8bf59e

Please sign in to comment.