Skip to content

Commit f29cdea

Browse files
committed
reorder and add missed recent contributions
1 parent 92054c8 commit f29cdea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# logger (development version)
22

3-
* File and line location of the log call is now available to the layouts (#110, @thomasp85)
4-
* Added `log_elapsed()` to show cumulative elapsed running time (@thomasp85)
5-
* New `formatter_cli()` allows you to use the syntax from the cli package to create log messages (#210, @thomasp85)
3+
* Support renaming meta fields (#217, @atusy)
4+
* Added `log_elapsed()` to show cumulative elapsed running time (#221, @thomasp85)
5+
* `log_errors()` gains a `traceback` argument that toggles whether the error traceback should be logged along with the message (fix #86 via #223, @thomasp85)
6+
* File and line location of the log call is now available to the layouts (fix #110 via #224, @thomasp85)
7+
* New `formatter_cli()` allows you to use the syntax from the cli package to create log messages (fix #210 via #225, @thomasp85)
68

79
# logger 0.4.0 (2024-10-19)
810

@@ -16,7 +18,6 @@ improved documentations, modernized tests, performance speedups.
1618
* `log_appender()`, `log_layout()` and `log_formatter()` now check that you are calling them with a function, and return the previously set value (#170, @hadley)
1719
* new function to return number of log indices (#194, @WurmPeter)
1820
* `appender_async` is now using `mirai` instead of a custom background process and queue system (#214, @hadley @shikokuchuo)
19-
* `log_errors()` gains a `traceback` argument that toggles whether the error traceback should be logged along with the message (#86, @thomasp85)
2021

2122
## Fixes
2223

0 commit comments

Comments
 (0)