Skip to content

Commit

Permalink
Updated changelog for release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Aug 30, 2016
1 parent 359836a commit 638cec1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <dave@waveform.org.uk> Wed, 31 Aug 2016 00:18:18 +0100

gpiozero (1.2.0) stable; urgency=low

* Added "Energenie" class for controlling Energenie plugs (#69)
Expand Down

1 comment on commit 638cec1

@lurch
Copy link
Contributor

@lurch lurch commented on 638cec1 Aug 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats on getting the new release out

Please sign in to comment.