-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
# RingLogger | ||
# Changelog | ||
|
||
## v0.4.0 | ||
|
||
* New features | ||
* Added `grep` | ||
* Automatically add the backend if it's not running when using the IEx helpers | ||
|
||
## v0.3.0 | ||
|
||
Renamed `LoggerCircularBuffer` to `RingLogger` and made backwards incompatible | ||
API changes. Please review docs when upgrading. | ||
|
||
New features: | ||
|
||
* Simplified use from IEx by autostarting the Client GenServer | ||
* Added support for `tail`ing logs | ||
* New features | ||
* Simplified use from IEx by autostarting the Client GenServer | ||
* Added support for `tail`ing logs | ||
|
||
## v0.2.0 | ||
|
||
Renamed `LoggerCircularBuffer` to `LoggerCircularBuffer` | ||
|
||
## v0.1.0 | ||
|
||
Initial Release | ||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters