From c64ffaec3a910cdcdda7f741e0c76b5e718df5e3 Mon Sep 17 00:00:00 2001 From: Christian Kolb Date: Sun, 23 Jun 2024 08:49:54 +0200 Subject: [PATCH] Update docs --- CHANGELOG.md | 1 + UPGRADE.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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