diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9a7af..65e6a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.11.0 +- **[Breaking change](./UPGRADE.md#removed-deprecated-isdate-methods-from-moment)**: Removed deprecated `isDate*` methods from `Moment`. - Added `Clock` implementation with `SystemClock` and `FrozenClock`. - Added guard methods for comparison methods to `Moment` like `mustBeEqualTo` with option to throw custom exception. diff --git a/UPGRADE.md b/UPGRADE.md index 39e9d4d..219bd89 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,7 +2,9 @@ ## From 0.10.* to 0.11.0 -No breaking changes. +### Removed deprecated `isDate*` methods from `Moment` + +The `isDate*` methods have all been removed and should be replaced with `is*InTimeZone` methods. ## From 0.9.* to 0.10.0