summaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog/20200829/PR9023.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-27 14:23:22 -0700
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commitc56b9a1ce97e415b90a0e8d32d84f7799c84bed5 (patch)
tree71972d19dcc2f69e9eda3fbc7276a70c380e3769 /docs/ChangeLog/20200829/PR9023.md
parentbdd8d2679ba74715b38f958b071fd57eaf092b9d (diff)
Add ChangeLog for 2020 Aug 29 Breaking Changes
Diffstat (limited to 'docs/ChangeLog/20200829/PR9023.md')
-rw-r--r--docs/ChangeLog/20200829/PR9023.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ChangeLog/20200829/PR9023.md b/docs/ChangeLog/20200829/PR9023.md
deleted file mode 100644
index 79ca2cb2f8..0000000000
--- a/docs/ChangeLog/20200829/PR9023.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Deprecation of `analogRead()`
-
-[#9023](https://github.com/qmk/qmk_firmware/pull/9023)
-
-This function takes Arduino pin numbers (eg. `9` vs. `B5`), which is at odds with the rest of the codebase. The replacement for this function is `analogReadPin()`.