From f32a6b508047d86ba8ee806e089cfecf584f329d Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Fri, 3 Mar 2023 23:27:38 -0800 Subject: [PATCH] v1.8.1 --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a198117..aba0e17 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,10 @@ # Release Notes for TM1637TinyDisplay -## v1.8.1 - Updated begin() method to set default brightness +## v1.8.1 - Add Default Brightness * Updated the `begin()` method to set a non zero default brightness for the display, as reported in https://github.com/jasonacox/TM1637TinyDisplay/pull/29#issuecomment-1446362105 and submitted by @mgesteiro in https://github.com/jasonacox/TM1637TinyDisplay/pull/30 -## v1.8.0 - Updated library operation with new begin() method +## v1.8.0 - Updated Library Operation with New begin() Method * Updated library operation to include an initializing method `begin()` to move outside the constructor hardware related calls, as reported in https://github.com/jasonacox/TM1637TinyDisplay/issues/28