Changes in version 0.1.4 (2026-01-17) o Accommodate C++20 compilation by calling interal function as ::format avoiding clash with std::format o Remove one no longer needed #define to avoid Boost auto pointer; add one explicit cast to avoid a nag Changes in version 0.1.3 (2025-11-24) o A badge URL and link have been updated in README.md o The continuous integration sript switched first to r-ci-setup and then to the r-ci action with embedded setup o The DESCRIPTION file now uses Authors@R Changes in version 0.1.2 (2023-11-29) o RcppExports.cpp has been regenerated under an updated Rcpp to address a format string warning under R-devel o The compilation standard is no longer set to C++14 Changes in version 0.1.1 (2022-10-19) o Minor code reorganization splitting off calendars.cpp o Convert the Argentinian calendar sources files as utf-8 to appease clang++-15 o Advertise the qlcal package as an alternative Changes in version 0.1.0 (2021-10-30) o Code reorganized to have minimal (documented) changes relative to upstream, essentially just removing unused headers, and pragma o Added example for full calendaring to README.md Changes in version 0.0.5 (2021-10-23) o Refocused on calendaring functionality only, removed daycounters/, math/, methods/, models/, plus other unused headers o Fully updated to (current) QuantLib release 0.2.4 o Added getBusinessDays() to retrieve range of dates o Added Brazil calendar Changes in version 0.0.4 (2021-10-12) o Allow for 'Null' calendar without weekends or holidays o Switch CI use to r-ci o Updated UnitedStates calendar to current QuantLib calendar o Small updates to DESCRIPTION and README.md Changes in version 0.0.3 (2019-08-19) o Updated Travis CI test file (#8)). o Updated US holiday calendar data with G H Bush funeral date (#9). o Updated C++ use to not trigger warnings [CRAN request] (#9). o Comment-out pragmas to suppress warnings [CRAN Policy] (#9). o Change build to exclude Sobol sequence reducing file size for source and shared library, at the cost of excluding market models (#10). Changes in version 0.0.2 (2017-11-06) o Added calendars for Canada, China, Germany, Japan and United Kingdom. o Added bespoke and joint calendars. o Using new date(time) vectors (#6). Changes in version 0.0.1 (2017-04-18) o Initial release with a number of date and calendar functions