Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 26, 2024
1 parent 81614cf commit 21003c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [2.0.5] - 2024-11-20
### Changed
- Added `kermit-io` module, which contains the `RollingFileLogWriter`. This is a log writer that writes to a file with rolling logs.
- Updating `OSLogWriter` to take in three optional parameters to configure `OSLog`, and to enable/disable public logging
- Updating the WASM Implementation to match newest recommendations
- Updating kotlin version to `2.0.21`
- Updating `logThrowable` to call `throwable.stackTraceToString()` instead of `throwable.getStackTrace().joinToString("\n")`

## [2.0.4] - 2024-06-10
### Changed
- Added `ChunkedLogWriter`. This LogWriter can be used to wrap existing LogWriters and break their output into defined sizes. This is useful if your LogWriter outputs to something which limits message length (such as Logcat) (#396 thanks @psh)
Expand Down

0 comments on commit 21003c0

Please sign in to comment.