Skip to content

Commit

Permalink
update migration guide and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Feb 26, 2019
1 parent 2909078 commit ebcac1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Ignition Math 5.x.x

1. Change definition of Pose3 `*` operator to fix multiplication order
* [Pull request 301](https://bitbucket.org/ignitionrobotics/ign-math/pull-requests/301)
* [Issue 60](https://bitbucket.org/ignitionrobotics/ign-math/issues/60)


### Ignition Math 5.0.0 (2018-12-12)

Expand Down
7 changes: 7 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,22 @@ release will remove the deprecated code.
* IsNearPositive(const T) is similar to IsPositive(const T)
but it checks for positive semidefinite inertia
using >= instead of >.

1. **Plane.hh**
+ Added copy constructor.

1. **Pose3.hh**
+ Added `*=` operator.

### Breaking Changes

1. The `Box` class has been changed to a templatized class that is not
axis-aligned. The previous `Box` functionality is now in the
`AxisAlignedBox` class.

1. The behavior of `Pose3` multiplication operator `*` has been changed to
match behavior of Matrix and Quaternion multiplication.

### Modifications

1. **Inertial.hh**
Expand Down

0 comments on commit ebcac1c

Please sign in to comment.