Skip to content

Commit

Permalink
fixed changelog as per feedback and updated migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Dharini Dutia <[email protected]>
  • Loading branch information
quarkytale committed Aug 31, 2022
1 parent 18cc0fe commit 8970e19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
### Gazebo Sim 6.12.0 (2022-08-30)

1. Add topic parameter to thrust plugin
* [Pull request #1681](https:/gazebosim/gz-gazebo/pull/1681)
* [Pull request #1681](https:/gazebosim/gz-sim/pull/1681)

1. Add information about `<topic>` system paramter
* [Pull request #1671](https:/gazebosim/gz-gazebo/pull/1671)
1. Add information about `<topic>` system parameter
* [Pull request #1671](https:/gazebosim/gz-sim/pull/1671)

1. Adding tests for hydrodynamics
* [Pull request #1617](https:/gazebosim/gz-gazebo/pull/1617)
* [Pull request #1617](https:/gazebosim/gz-sim/pull/1617)

1. Fix Windows and Doxygen
* [Pull request #1643](https:/gazebosim/gz-gazebo/pull/1643)
* [Pull request #1643](https:/gazebosim/gz-sim/pull/1643)

### Gazebo Sim 6.11.0 (2022-08-17)

Expand Down
6 changes: 6 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Deprecated code produces compile-time warnings. These warning serve as
notification to users that their code should be upgraded. The next major
release will remove the deprecated code.

## Ignition Gazebo 6.11.X to 6.12.X

* **Modified**:
+ In the Hydrodynamics plugin, inverted the added mass contribution to make it
act in the correct direction.

## Ignition Gazebo 6.1 to 6.2

* If no `<namespace>` is given to the `Thruster` plugin, the namespace now
Expand Down

0 comments on commit 8970e19

Please sign in to comment.