From c2a433d4340c43d31ac032ea9c84183ba2279cdd Mon Sep 17 00:00:00 2001 From: Sebastian Carl Date: Wed, 11 Oct 2023 17:27:42 +0200 Subject: [PATCH] news bullet --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 8b93657f..bddbd228 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,7 @@ - `most_recent_season()` now internally computes the exact day of the season opener (= Thursday after first Monday of September). (#221) - Internal changes to `load_espn_qbr()` to align with nflverse infrastructure design. Also dropped the argument "league" which used to allow loading of College QBR. That's outside of the nflverse scope. (#222) - Add new function `stat_mode()`, a re-export from nflfastR, which computes the statistical mode of a vector. (#224) +- The function `load_ftn_charting()` now accepts the argument `file_type`. (#228) ---