From 14a00863046df6b435a47cb25266332ace98dee5 Mon Sep 17 00:00:00 2001 From: Matthew McGowan Date: Fri, 10 Jun 2016 19:32:33 +0200 Subject: [PATCH] adds https://github.com/spark/firmware/issues/993 to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b160faf90..4dc966d45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ - Fixes to I2C Slave mode implementation with clock stretching enabled [#931](https://github.com/spark/firmware/pull/931) - `millis()`/`micros()` are now atomic to ensure monotonic values. Fixes [#916](https://github.com/spark/firmware/issues/916) and [#925](https://github.com/spark/firmware/issues/925) - availableForWrite() was reporting bytes available instead of bytes available for write [#1020](https://github.com/spark/firmware/pull/1020) and [#1017](https://github.com/spark/firmware/issues/1017) - +- `digitalRead()` interferes with `analogRead()` [#993](https://github.com/spark/firmware/issues/993)