Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 15, 2021
1 parent d5dd279 commit c24a5e6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/release/master/robotinterface_param.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
robotinterface_param {#master}
--------------------

## Libraries

### `robotinterface`

#### `XMLReader`

* The `getRobotFromFile` and `getRobotFromString` now accept a `Searchable` that
is used to replace params with the attribute `extern-name`.
The signatures are now:
```
XMLReaderResult getRobotFromFile(const std::string& filename,
const yarp::os::Searchable& config = yarp::os::Property());
XMLReaderResult getRobotFromString(const std::string& filename,
const yarp::os::Searchable& config = yarp::os::Property());
```

* DTD version is now 3.1.

## Tools

### `yarprobotinterface`

* Arguments taken from the command line are now handled and used to replace
parameters marked with the attribute `extern-name`.

0 comments on commit c24a5e6

Please sign in to comment.