From 638cec11ac7295af0ca0c1c7b0c7ec79a00703a0 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 31 Aug 2016 00:19:46 +0100 Subject: [PATCH] Updated changelog for release 1.3.0 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1928efc..e5a02df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +gpiozero (1.3.0) stable; urgency=low + + * Added "ButtonBoard" for reading multiple buttons in a single class (#340) + * Added "Servo" and "AngularServo" classes for controlling simple servo + motors (#248) + * Lots of work on supporting easier use of internal and third-part pin + implementations (#359) + * "Robot" now has a proper "value" attribute (#305) + * Added "CPUTemperature" as another demo of "internal" devices (#294) + * A temporary work-around for an issue with "DistanceSensor" was included + but a full fix is in the works (#385) + * More work on the documentation (#320, #295, #289, etc.) + + -- Dave Jones Wed, 31 Aug 2016 00:18:18 +0100 + gpiozero (1.2.0) stable; urgency=low * Added "Energenie" class for controlling Energenie plugs (#69)