Skip to content

Commit

Permalink
More details in the NEWS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryoda committed Oct 19, 2021
1 parent 16c893d commit f3fdebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ https://www.gnu.org/prep/standards/standards.html#Documentation
## Version 1.3.0 (Sept 30, 2021)

* Fix critical bug #68: Bad condition logging performance with bug data sizes
https://github.com/aryoda/tryCatchLog/issues/68
(https://github.com/aryoda/tryCatchLog/issues/68)
* Limit the maximum number of source code rows printed in the full call stack per call to 10
(was unlimited before which cause bug #68 if large data in arguments was printed too)
* Add option `tryCatchLog.max.lines.per.call` to change the maximum number of source code rows
printed in the full call stack per call

## Version 1.2.5 (Sept 06, 2021)

* Implement feature request #62 (optional logging of conditions).
* Implement feature request #62: Optional logging of conditions via the new `logged.conditions` argument
(https://github.com/aryoda/tryCatchLog/issues/62). Conditions are now no longer logged by default
to avoid flooding the log output.

Many thanks to Valerian Wrobel for this contribution!

## Version 1.2.4 (May 21, 2021) for CRAN
Expand Down
2 changes: 1 addition & 1 deletion man/limitedLabelsCompact.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tryCatchLog.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3fdebd

Please sign in to comment.