Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed May 6, 2024
1 parent 0401d53 commit 9390595
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.0

- Added `Clock` implementation with `SystemClock` and `FixedClock`.

## 0.10.0

- Added `is*InTimeZone(Time | Date | Month | Year $equalTo, \DateTimeZone $timeZone): bool` methods to `Moment`.
Expand Down
12 changes: 8 additions & 4 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade guide

## From 0.10.* to 0.11.0

No breaking changes.

## From 0.9.* to 0.10.0

No breaking changes (just deprecations).
Expand Down Expand Up @@ -38,19 +42,19 @@ When using `MomentType`, you need to migrate the database column to support mill

## From 0.6.* to 0.7.0

No breaking changes
No breaking changes.

## From 0.5.* to 0.6.0

No breaking changes
No breaking changes.

## From 0.4.* to 0.5.0

You can remove `YearNormalizer` from your normalizers if you registered it manually.

## From 0.3.* to 0.4.0

No breaking changes
No breaking changes.

## From 0.2.* to 0.3.0

Expand Down Expand Up @@ -85,4 +89,4 @@ if ($date->day === 15) {

## From 0.1.* to 0.2.0

No breaking changes
No breaking changes.

0 comments on commit 9390595

Please sign in to comment.