diff --git a/DESCRIPTION b/DESCRIPTION index 224de5a9..1d44f43d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lubridate Type: Package -Version: 1.7.1 +Version: 1.7.2 Title: Make Dealing with Dates a Little Easier Description: Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of @@ -51,7 +51,7 @@ SystemRequirements: A system with zoneinfo data (e.g. /usr/share/zoneinfo) as Windows the zoneinfo included with R is used. VignetteBuilder: knitr LazyData: true -Collate: +Collate: 'Dates.r' 'POSIXt.r' 'RcppExports.R' diff --git a/NEWS.md b/NEWS.md index 4112b52e..5080b7f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -Version 1.7.1.9000 + +Version 1.7.2 ============= ### NEW FEATURES @@ -17,6 +18,7 @@ Version 1.7.1.9000 * [#605](https://github.com/tidyverse/lubridate/issues/605) Fix wrong ceiling of days during DST transition. * [#607](https://github.com/tidyverse/lubridate/issues/607) Re-instate `format` argument to `as_date` and `as_datetime` (regression in v1.7.1) * Fix intersection of intervals with missing values. +* Fix UBSAN errors in update.cpp Version 1.7.1 =============