diff --git a/NEWS.md b/NEWS.md index 41c1c074..6e9bfd6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # forecast (development version) * Prevented RNG state changing when the package is attached (#954, #955). + * head.ts and tail.ts only defined for R < 4.5.0 due to new base R functions. # forecast 8.22.0 * hfitted now much faster for ARIMA models (danigiro, #949)