From a11f7351ce6faba0ea63f3bc6716753014434c36 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Thu, 3 Jun 2021 11:33:59 -0400 Subject: [PATCH] Apply suggestions from code review --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cb87f..75cb239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ * Enable reading and writing a contiguous payload of bytes +### 0.0.13 + +* Ensure that the system is compiled with I2C support for Teensy 3.2 + +### 0.0.12 + +* Preliminary Teensy 4.0 Support + +### 0.0.11 + +* Added the ability to talk to 1 byte register address I2C devices. ### 0.0.10 * Fix spi_transfer_bulk