Skip to content

Commit

Permalink
Version 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Apr 5, 2016
1 parent a8ade12 commit 5d3583a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description: Functions to work with date-times and timespans: fast and user
fun.
Enhances: chron, timeDate, zoo, xts, its, tis, timeSeries,
fts, tseries
Version: 1.5.0.9000
Version: 1.5.6
Depends:
methods,
R (>= 3.0.0)
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Version 1.5.0.9000 (development)
Version 1.5.6
============

### NEW FEATURES
Expand All @@ -9,8 +8,9 @@ Version 1.5.0.9000 (development)
* `parse_date_time2` and `fast_strptime` gain new `lt` argument to control type of output.
* [#373](https://github.com/hadley/lubridate/issues/373) New `date` and `date<-` additions to the `year`, `month` etc family of accessors.
* [#365](https://github.com/hadley/lubridate/issues/365) New very fast datetime constructor `make_datetime` (dropin replacement of `ISOdatetime`).
* [#344](https://github.com/hadley/lubridate/issues/344) `force_tz` and `with_tz` can handle data.frames component-wise
* [#355](https://github.com/hadley/lubridate/issues/355) New `as_date` replacement of `as.Date` with more intuitive behavior with non-UTC timezones
* [#344](https://github.com/hadley/lubridate/issues/344) `force_tz` and `with_tz` can handle data.frames component-wise.
* [#355](https://github.com/hadley/lubridate/issues/355) New `as_date` replacement of `as.Date` with more intuitive behavior with non-UTC timezones.
* [#333](https://github.com/hadley/lubridate/issues/333) `hms` parsers now handle negative components.

### CHANGES

Expand All @@ -24,6 +24,7 @@ Version 1.5.0.9000 (development)
* [#371](https://github.com/hadley/lubridate/issues/371) `as.period` correctly computes months with intervals spanning multiple years.
* [#388](https://github.com/hadley/lubridate/issues/388) `time_length` and `add_with_rollback` now work correctly with missing intervals.
* [#394](https://github.com/hadley/lubridate/issues/394) `fast_strptime` and `parse_date_time2` correctly treat non-UTC time zones.
* [#399](https://github.com/hadley/lubridate/issues/399) `floor_date` and `round_date` are not preserving tz component for larger than day units

Version 1.5.0
=============
Expand Down

0 comments on commit 5d3583a

Please sign in to comment.