-
Added a
diff()
method for time points and calendars to ensure that durations
are always returned, even in the empty result case (#364). -
Fixed an issue where clock would not compile on Centos 7 using gcc-5.4.0 due
to aconstexpr
issue (#357). -
Fixed a test that failed due to
seq.Date()
now returning integer storage in
some cases in the development version of R.