Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jul 12, 2021
1 parent e763ae8 commit 5eb33f1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/release/master/vocab32_part2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
vocab32_part2 {#master}
-------------

## Libraries

### `os`

* `yarp::os::createVocab()` is deprecated in favour of `yarp::os::createVocab32()`
* `yarp::os::Vocab::encode()` is deprecated in favour of `yarp::os::Vocab32::encode()`
* `yarp::os::Vocab::decode()` is deprecated in favour of `yarp::os::Vocab32::decode()`
* `yarp::os::Value::isVocab()` is deprecated in favour of `yarp::os::Value::isVocab32()`
* `yarp::os::Value::asVocab()` is deprecated in favour of `yarp::os::Value::asVocab32()`
* `yarp::os::Value::makeVocab()` is deprecated in favour of `yarp::os::Value::makeVocab32()`
* `yarp::os::Bottle::addVocab()` is deprecated in favour of `yarp::os::Bottle::addVocab32()`
* `yarp::os::WireReader::getIsVocab()` is deprecated in favour of `yarp::os::WireReader::getIsVocab32()`


#### `Bottle`

* Added `addVocab32()` overloads accepting 4 chars and string


#### `Value`

* Added `makeVocab32()` overload accepting 4 chars


#### `idl/WireWriter`

* Add `addVocab32()` overloads accepting 4 chars and string

0 comments on commit 5eb33f1

Please sign in to comment.