summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2023-02-19 20:23:01 +0000
committerzvecr <git@zvecr.com>2023-02-19 20:23:01 +0000
commitf5ccd04a5f228cc2ceea566a0d807b8c14e7418a (patch)
tree9e1e8f69f193fff3ebc72edc438e68c07b452501 /docs
parent330b73a2df1a4dd421534c267a2d3206a16813da (diff)
Stub changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog/20230226.md31
-rw-r--r--docs/_summary.md2
-rw-r--r--docs/breaking_changes.md27
-rw-r--r--docs/breaking_changes_history.md1
4 files changed, 43 insertions, 18 deletions
diff --git a/docs/ChangeLog/20230226.md b/docs/ChangeLog/20230226.md
new file mode 100644
index 0000000000..dc536d60ef
--- /dev/null
+++ b/docs/ChangeLog/20230226.md
@@ -0,0 +1,31 @@
+# QMK Breaking Changes - 2023 February 26 Changelog
+
+## Notable Features :id=notable-features
+
+## Changes Requiring User Action :id=changes-requiring-user-action
+
+### Updated Keyboard Codebases :id=updated-keyboard-codebases
+
+The following keyboards have had their source moved within QMK:
+
+| Old Keyboard Name | New Keyboard Name |
+|-----------------------------|--------------------------|
+| ramonimbao/aelith | rmi_kb/aelith |
+| ramonimbao/herringbone/pro | rmi_kb/herringbone/pro |
+| ramonimbao/herringbone/v1 | rmi_kb/herringbone/v1 |
+| ramonimbao/mona/v1_1 | rmi_kb/mona/v1_1 |
+| ramonimbao/mona/v1 | rmi_kb/mona/v1 |
+| ramonimbao/mona/v32a | rmi_kb/mona/v32a |
+| ramonimbao/squishy65 | rmi_kb/squishy65 |
+| ramonimbao/squishytkl | rmi_kb/squishytkl |
+| ramonimbao/tkl_ff | rmi_kb/tkl_ff |
+| ramonimbao/tkl_ff/v1 | rmi_kb/tkl_ff/v1 |
+| ramonimbao/tkl_ff/v2 | rmi_kb/tkl_ff/v2 |
+| ramonimbao/wete/v1 | rmi_kb/wete/v1 |
+| ramonimbao/wete/v2 | rmi_kb/wete/v2 |
+| the_uni | stenothe_uni |
+| xelus/xs60 | xelus/xs60/soldered |
+
+## Notable core changes :id=notable-core
+
+## Full changelist :id=full-changelist
diff --git a/docs/_summary.md b/docs/_summary.md
index b038f08a4d..01808bd675 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -139,7 +139,7 @@
* Breaking Changes
* [Overview](breaking_changes.md)
* [My Pull Request Was Flagged](breaking_changes_instructions.md)
- * [Most Recent ChangeLog](ChangeLog/20221126.md "QMK v0.19.0 - 2022 Nov 26")
+ * [Most Recent ChangeLog](ChangeLog/20230226.md "QMK v0.20.0 - 2023 Feb 26")
* [Past Breaking Changes](breaking_changes_history.md)
* C Development
diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md
index a3f05cbfac..aefded2c33 100644
--- a/docs/breaking_changes.md
+++ b/docs/breaking_changes.md
@@ -10,19 +10,12 @@ Practically, this means QMK merges the `develop` branch into the `master` branch
## What has been included in past Breaking Changes?
+* [2023 Feb 26](ChangeLog/20230226.md)
* [2022 Nov 26](ChangeLog/20221126.md)
* [2022 Aug 27](ChangeLog/20220827.md)
* [2022 May 28](ChangeLog/20220528.md)
* [2022 Feb 26](ChangeLog/20220226.md)
-* [2021 Nov 27](ChangeLog/20211127.md)
-* [2021 Aug 28](ChangeLog/20210828.md)
-* [2021 May 29](ChangeLog/20210529.md)
-* [2021 Feb 27](ChangeLog/20210227.md)
-* [2020 Nov 28](ChangeLog/20201128.md)
-* [2020 Aug 29](ChangeLog/20200829.md)
-* [2020 May 30](ChangeLog/20200530.md)
-* [2020 Feb 29](ChangeLog/20200229.md)
-* [2019 Aug 30](ChangeLog/20190830.md)
+* [Older Breaking Changes](breaking_changes_history.md)
## When is the next Breaking Change?
@@ -30,14 +23,14 @@ The next Breaking Change is scheduled for February 26, 2023.
### Important Dates
-* 2022 Nov 26 - `develop` is tagged with a new release version. Each push to `master` is subsequently merged to `develop` by GitHub actions.
-* 2023 Jan 29 - `develop` closed to new PRs.
-* 2023 Jan 29 - Call for testers.
-* 2023 Feb 12 - Last day for merges -- after this point `develop` is locked for testing and accepts only bugfixes
-* 2023 Feb 19 - `develop` is locked, only critical bugfix PRs merged.
-* 2023 Feb 24 - `master` is locked, no PRs merged.
-* 2023 Feb 26 - Merge `develop` to `master`.
-* 2023 Feb 26 - `master` is unlocked. PRs can be merged again.
+* 2023 Feb 26 - `develop` is tagged with a new release version. Each push to `master` is subsequently merged to `develop` by GitHub actions.
+* 2023 Apr 30 - `develop` closed to new PRs.
+* 2023 Apr 30 - Call for testers.
+* 2023 May 14 - Last day for merges -- after this point `develop` is locked for testing and accepts only bugfixes
+* 2023 May 21 - `develop` is locked, only critical bugfix PRs merged.
+* 2023 May 26 - `master` is locked, no PRs merged.
+* 2023 May 28 - Merge `develop` to `master`.
+* 2023 May 28 - `master` is unlocked. PRs can be merged again.
## What changes will be included?
diff --git a/docs/breaking_changes_history.md b/docs/breaking_changes_history.md
index df94b81e04..efc388985b 100644
--- a/docs/breaking_changes_history.md
+++ b/docs/breaking_changes_history.md
@@ -2,6 +2,7 @@
This page links to all previous changelogs from the QMK Breaking Changes process.
+* [2023 Feb 26](ChangeLog/20230226.md) - version 0.20.0
* [2022 Nov 26](ChangeLog/20221126.md) - version 0.19.0
* [2022 Aug 27](ChangeLog/20220827.md) - version 0.18.0
* [2022 May 28](ChangeLog/20220528.md) - version 0.17.0