• The “log_” functions (“log_error”, “log_info”, etc) now accept any number of arguments via … in the function call. Additional arguments will be appended to the message reducing the need for users to adopt workflows like log_info(paste(“msg pt 1”, variable, “msg pt 2”)) which now becomes log_info(“msg pt 1”, variable, “msg pt 2”)

  • Fixes a bug where the logged output inadvertently included milliseconds

  • Prepare for CRAN submission
  • Added a NEWS.md file to track changes to the package.