From 29bcada1f9fb95e7584d15e8dff9745197b6c959 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Tue, 9 Feb 2016 22:38:07 +0000 Subject: [PATCH] Add CamJamKitRobot to changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a7c6eab..30820e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,8 @@ Release 1.1.0 (2016-02-08) * Documentation converted to reST and expanded to include generic classes and several more recipes (`#80`_, `#82`_, `#101`_, `#119`_, `#135`_, `#168`_) +* New :class:`CamJamKitRobot` class with the pre-defined motor pins for the new + CamJam EduKit * New :class:`LEDBarGraph` class (many thanks to Martin O'Hanlon!) (`#126`_, `#176`_) * New :class:`Pin` implementation abstracts out the concept of a GPIO pin