From b51a4a37b83153883d4ba67461f0d65b3e67d702 Mon Sep 17 00:00:00 2001 From: Ian Lyttle Date: Sun, 31 Dec 2023 13:56:48 -0600 Subject: [PATCH] add NEWS bullet --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index cdf7d7c..de8bb3e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # boxr 0.3.6 (development) +## Internal + +* update to use `inherits()` (vs. string-comparison) to determine class-membership. (#246) + * harmonizes the default location for tokens. Now, `~` resolves to the home directory for all platforms. A patch is applied offering to move tokens from "old" locations.