updated CHANGLOG.rst for minor release

This commit is contained in:
pyo
2016-08-18 08:15:19 +09:00
parent 079aa4e993
commit 532e746302
4 changed files with 19 additions and 6 deletions

View File

@ -2,13 +2,15 @@
Changelog for package robotis_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.1 (2016-08-18)
-----------
* updated the package information
0.1.0 (2016-08-12)
-----------
* first public release for Kinetic
* modified the package information for release
* develop branch -> master branch
* Merge pull request `#4 <https://github.com/ROBOTIS-GIT/ROBOTIS-Framework/issues/4>`_ from ROBOTIS-GIT/add_sensor_device
Add sensor device
* function name changed : DeviceInit() -> InitDevice()
* Fixed high CPU consumption due to busy waits
* add SensorState
@ -18,4 +20,4 @@ Changelog for package robotis_controller
* added code to support the gazebo simulator
* added first bulk read failure protection code
* renewal
* Contributors: Alexander Stumpf, ROBOTIS, ROBOTIS-zerom, pyo
* Contributors: Alexander Stumpf, Jay Song, Zerom, Pyo

View File

@ -2,6 +2,10 @@
Changelog for package robotis_device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.1 (2016-08-18)
-----------
* updated the package information
0.1.0 (2016-08-12)
-----------
* first public release for Kinetic

View File

@ -2,7 +2,11 @@
Changelog for package robotis_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.1 (2016-08-18)
-----------
* updated the package information
0.1.0 (2016-08-12)
-----------
* make a meta-package
* Contributors: pyo
* Contributors: Zerom, Pyo

View File

@ -2,11 +2,14 @@
Changelog for package robotis_framework_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.1 (2016-08-18)
-----------
* updated the package information
0.1.0 (2016-08-12)
-----------
* modified the package information for release
* develop branch -> master branch
* Setting the license to BSD.
* add SensorState
add Singleton template
* Contributors: ROBOTIS, ROBOTIS-zerom, pyo
* Contributors: Jay Song, Zerom, Pyo