Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Aug 29, 2016
1 parent 01ea293 commit 94a0f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Unreleased: changes on master, not yet released
[//]: # "Altered functionality or APIs."
### Changed

- [#3276][] The `measure::execution` function has been replaced by `MeasureExecutionTime`.
- [#3191][] All matlab solvers code moved from solvers/ to matlab/solvers/.
- [#3183][] The gflags library is now a required dependency from the superbuild.
- [#3168][] Renamed `RigidBodyTree::findAncestorBodies()` to be `RigidBodyTree::FindAncestorBodies()`. Modified method to return the results rather than store them in a parameter.
Expand All @@ -35,7 +36,6 @@ Unreleased: changes on master, not yet released
- [#3010][] All header file names under `solvers` are now spelled with lower case and underscore names.
- [#2984][] Renamed and moved `Polynomial.h` and `TrigPoly.h` from `drake/util` to `drake/common` and into the `drakeCommon` library.
- [#2963][] Rename RigidBody::CollisionElement to RigidBodyCollisionElement.
- [#3010][] All header file names under `solvers` are now spelled with lower case and underscore names.
- [#3003][] Made `RigidBodyFrame` member variables private. Added accessors.
- [#2997][] Renamed drake/Path.h to drake/common/drake_path.h
- [#2983][] Renamed namespace `Drake` to be `drake`.
Expand Down Expand Up @@ -137,3 +137,4 @@ Changes in version v0.9.11 and before are not provided.
[#3168]: https://github.com/RobotLocomotion/drake/issues/3168
[#3183]: https://github.com/RobotLocomotion/drake/issues/3183
[#3191]: https://github.com/RobotLocomotion/drake/issues/3191
[#3276]: https://github.com/RobotLocomotion/drake/issues/3276

0 comments on commit 94a0f30

Please sign in to comment.