diff --git a/DESCRIPTION b/DESCRIPTION index e6e602e..f974342 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: bizdays is a small set of functions to help with calculations bizdays can be fairly used for fixed income calculations. Many countries make intense use of business days to price financial instruments, like bonds and derivatives. -Version: 0.2.0 +Version: 0.2.1 Author: Wilson Freitas Maintainer: Wilson Freitas URL: https://github.com/wilsonfreitas/R-bizdays diff --git a/NEWS b/NEWS index 5cbfd32..4db7ebd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Changes in Version 0.2.1 + + * changed print.Calendar to be more informative + + * new offset function create (add.bizdays alias) + + * offset (add.bizdays) accepts vector of numbers (n argument) + + * updated documentation + + * added vignettes + + * renamed default.calendar to Calendar(name='Actual/365', dib=365) + Changes in Version 0.2.0 * print.Calendar returns invisible(x) and shows weekdays