summaryrefslogtreecommitdiff
path: root/docs/ChangeLog/20190830/PR6327.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 12:04:09 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitddb69d4d39ce5e533eb8f64de50e604199a19bfb (patch)
tree319e745432f8957313eccccf7f2c01046e70fc8c /docs/ChangeLog/20190830/PR6327.md
parentb624f32f944acdc59dcb130674c09090c5c404cb (diff)
Merge point for 2019 Aug 30 Breaking Change
Diffstat (limited to 'docs/ChangeLog/20190830/PR6327.md')
-rw-r--r--docs/ChangeLog/20190830/PR6327.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ChangeLog/20190830/PR6327.md b/docs/ChangeLog/20190830/PR6327.md
deleted file mode 100644
index 233e10e091..0000000000
--- a/docs/ChangeLog/20190830/PR6327.md
+++ /dev/null
@@ -1,4 +0,0 @@
-* Remove `KC_DELT` alias in favor of `KC_DEL`
- * `KC_DELT` was a redundant, undocumented alias for `KC_DELETE`
- * It has been removed and all its uses replaced with the more common `KC_DEL` alias
- * Around 90 keymaps (mostly for ErgoDox boards) have been modified as a result