From da817a6896506631151e045c488d02c370930e24 Mon Sep 17 00:00:00 2001 From: Thorr Stevens Date: Sun, 9 Jun 2019 21:36:11 +0200 Subject: [PATCH] Merge upstream changes and edit Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd29da2e3..60d29dca8f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,9 @@ for the list of changes made since `v2.0.0-alpha.1`. - New function [addBusinessDays](https://github.com/date-fns/date-fns/pull/1154), similar to addDays but ignoring weekends. - End date can thus only ever be mon/tue/wed/thu/fri. + End date can therefore only ever be mon/tue/wed/thu/fri. - Does not count as businessdays since it doesn't avoid counting on holidays. + Doesn't avoid counting holidays that fall on mon/tue/wed/thu/fri. ### Fixed