summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-08-29 09:47:48 +1000
committerGitHub <noreply@github.com>2021-08-29 09:47:48 +1000
commit6caebb7b619d85efc6932111f58b4a5e6d8e18eb (patch)
tree8f1f35513645fc24ebdeae10c596ba162de25761 /docs/ChangeLog
parentf061ca497464fe85284906fb163a33eaee7a91ef (diff)
Bootmagic lite docs clarity. (#14204)
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog/20210828.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog/20210828.md b/docs/ChangeLog/20210828.md
index 22c547f8b9..f96283e6ad 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
This pull request changes the behavior of `BOOTMAGIC_ENABLE` such that specifying `full` results in an error, allowing only `no`, `yes`, or `lite`.
-Next cycle, `lite` will be removed, so `yes` and `no` should be used in to minimise disruption.
+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.
#### Bootmagic Full Deprecation Schedule