diff options
-rw-r--r-- | docs/ChangeLog/20210828.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog/20210828.md b/docs/ChangeLog/20210828.md index 22c547f8b..f96283e6a 100644 --- a/docs/ChangeLog/20210828.md +++ b/docs/ChangeLog/20210828.md | |||
@@ -75,7 +75,7 @@ As noted during last breaking changes cycle, QMK has decided to deprecate the fu | |||
75 | 75 | ||
76 | This pull request changes the behavior of `BOOTMAGIC_ENABLE` such that specifying `full` results in an error, allowing only `no`, `yes`, or `lite`. | 76 | This pull request changes the behavior of `BOOTMAGIC_ENABLE` such that specifying `full` results in an error, allowing only `no`, `yes`, or `lite`. |
77 | 77 | ||
78 | Next cycle, `lite` will be removed, so `yes` and `no` should be used in to minimise disruption. | 78 | Currently `lite` is the equivalent of `yes` in `rules.mk`. Next cycle the use of the `lite` keyword will be prevented in favour of `yes` -- any new submissions should now be using `yes` or `no` to minimise disruption. |
79 | 79 | ||
80 | #### Bootmagic Full Deprecation Schedule | 80 | #### Bootmagic Full Deprecation Schedule |
81 | 81 | ||