diff --git a/README.md b/README.md index 29f7c61..04dbde6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ * After downloading and invoking **pymata_iot**, [**control your Arduino from a webpage!**](http://mryslab.github.io/pymata-aio/examples/uno_iot_tester.html) * **Implements 100% of the StandardFirmata Protocol (StandardFirmata 2.43).** * **Auto-detects Arduino COM ports.** -* **Provides an Integrated Control-C Handler** * **FirmataPlus (enhanced StandaradFirmata sketch) included with distribution. It adds support for:** * **HC-SRO4 Ultrasonic Distance Sensors using a single pin.** * **Stepper Motors.** diff --git a/documentation/changelog.md b/documentation/changelog.md index fd9f88f..ba0d811 100644 --- a/documentation/changelog.md +++ b/documentation/changelog.md @@ -1,5 +1,13 @@ #Change Log +##Release 2.4 + +4 October 2015 + +* Control C handling removed from pymata_aio internals. + * Control C handling must be done by appliction + * Control C handler examples my be viewed [here](https://github.com/MrYsLab/pymata-aio/tree/master/examples/control_C_handlers) + ##Release 2.3 3 October 2015