Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Sep 4, 2024
1 parent f759c65 commit 3ee438f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/release/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ New Features
#### `lib_yarp_dev`

* `Drivers.cpp` If the user requests for a not existing plugin, the system now prints a message suggesting devices with similar names
* The following data types have been migrated from `yarp_dev` to `yarp_sig` library: `AudioPlayerStatus, AudioRecorderStatus, AudioBufferSize, AudioBufferSizeData, LaserMeasurementData, LaserScan2D`.

#### `lib_yarp_sig`

* Improvements to serialization class `yarp::sig::Sound` (breaking change)
* Improvements to serialization class `yarp::sig::Sound` (breaking change)
* yarp_sig can now use IDL thrift to generate custom data types.
* The following data types have been migrated from `yarp_dev` to `yarp_sig` library: `AudioPlayerStatus, AudioRecorderStatus, AudioBufferSize, AudioBufferSizeData, LaserMeasurementData, LaserScan2D`.

0 comments on commit 3ee438f

Please sign in to comment.