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) ---