From d2ca14221fbbf7edd562d6b7d906805082a8e7f9 Mon Sep 17 00:00:00 2001 From: njlyon0 Date: Mon, 6 May 2024 11:22:14 -0400 Subject: [PATCH] Adding new behavior of `encounter_creator` to NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 9722d27..9d5ec5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ This is the development version of the package. Changes will be listed below as they are made. +- New function behavior: `encounter_creator` now supports a `try` argument that defines how many attempts are made to maximize encounter XP while remaining beneath the allowable threshold - Removed all non-ASCII characters from spell and creature information data tables. Should not affect user experience but silences a CRAN check note in Linux environments - Adding unit tests to most functions in the package. Some small changes have resulted (e.g., new warnings for edge cases, more informative messages, etc.) but this shouldn't change function behavior where they are currently in use. Hopefully future debugging will be made easier though!