diff --git a/NEWS.md b/NEWS.md index d453de9..2e3c939 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ For the conventions for files NEWS and ChangeLog in the GNU project see https://www.gnu.org/prep/standards/standards.html#Documentation --> -## Version 1.1.5 (Sept 31, 2019) +## Version 1.1.5 (Sept 30, 2019) * Implemented feature request #44: Support configurable suppression of compact and full stack trace (https://github.com/aryoda/tryCatchLog/issues/44). diff --git a/README.md b/README.md index 9d5964c..8481b04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tryCatchLog -An R package to improve error handling compared to the standard `tryCatch` function +An R package to improve the error handling of the standard `tryCatch` and `try` function **Current version: 1.1.5 (Oct. 2019).** See the [NEWS](NEWS.md) for the most recent changes.