From 75a50efb9beed955bfed10cc1227f9b2651c5bbb Mon Sep 17 00:00:00 2001 From: James Foster Date: Wed, 18 Nov 2020 22:03:34 -0800 Subject: [PATCH] Follow-up for #189. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563fc6fa..cd610c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Definitions for Arduino zero - Support for mock EEPROM (but only if board supports it) - Add stubs for `Client.h`, `IPAddress.h`, `Printable.h`, `Server.h`, and `Udp.h` +- `Wire` now has a mock support for the master role ### Changed - Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci