diff options
author | Nick Brassel <nick@tzarc.org> | 2022-11-28 07:33:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 07:33:55 +1100 |
commit | 9e78e65a566487b2f4fe7b663971a01deb6ddad2 (patch) | |
tree | 6f4187d72b04d03572adf507502afbda9726d696 /docs/breaking_changes.md | |
parent | 0ab03f8fbcd16306258beff1ff814931d48c93eb (diff) |
2022 Nov 26 changelog. (#19164)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/breaking_changes.md')
-rw-r--r-- | docs/breaking_changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md index 8bceb39409..6233d5a392 100644 --- a/docs/breaking_changes.md +++ b/docs/breaking_changes.md @@ -28,7 +28,7 @@ The next Breaking Change is scheduled for February 26, 2023. ### Important Dates -* 2022 Nov 27 - `develop` is tagged with a new release version. Each push to `master` is subsequently merged to `develop` by GitHub actions. +* 2022 Nov 26 - `develop` is tagged with a new release version. Each push to `master` is subsequently merged to `develop` by GitHub actions. * 2022 Jan 29 - `develop` closed to new PR's. * 2022 Jan 29 - Call for testers. * 2022 Feb 12 - Last day for merges -- after this point `develop` is locked for testing and accepts only bugfixes |