Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Feb 7, 2018
1 parent b661895 commit bdb339c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version 1.7.1.9000

Version 1.7.2
=============

### NEW FEATURES
Expand All @@ -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
=============
Expand Down

0 comments on commit bdb339c

Please # to comment.