Skip to content

Commit 7f2b73d

Browse files
committed
Order CHANGELOG according to importance.
1 parent 7154d44 commit 7f2b73d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### 3.0.0 (Next)
22

3-
* [#97](https://github.com/dblock/strava-ruby-client/pull/97): Adds `bin/strava-refresh-token` - [@dblock](https://github.com/dblock).
4-
* [#96](https://github.com/dblock/strava-ruby-client/pull/96): Updates and refactor models to spec - [@dblock](https://github.com/dblock).
3+
* [#96](https://github.com/dblock/strava-ruby-client/pull/96): Updates and refactors models to spec - [@dblock](https://github.com/dblock).
4+
* [#98](https://github.com/dblock/strava-ruby-client/pull/98): Changes all `latlng` properties to return an instance of `Strava::Models::LatLng` - [@dblock](https://github.com/dblock).
55
* [#94](https://github.com/dblock/strava-ruby-client/pull/94): Adds video fields to `Strava::Models::Photo` - [@dblock](https://github.com/dblock).
6+
* [#99](https://github.com/dblock/strava-ruby-client/pull/99): Adds support for `page_size` on `activity_comments` and adds `limit` - [@dblock](https://github.com/dblock).
7+
* [#97](https://github.com/dblock/strava-ruby-client/pull/97): Adds `bin/strava-refresh-token` - [@dblock](https://github.com/dblock).
68
* [#92](https://github.com/dblock/strava-ruby-client/pull/92): Fixes `Hashie::Trash` serialization warning for `object_id` of `Strava::Webhooks::Models::Event` - [@simonneutert](https://github.com/simonneutert).
79
* [#95](https://github.com/dblock/strava-ruby-client/pull/95): Fixes `club_events` returning `Strava::Models::ClubEvent` with an empty string in `created_at` - [@dblock](https://github.com/dblock).
8-
* [#98](https://github.com/dblock/strava-ruby-client/pull/98): Changes all `latlng` properties to return an instance of `Strava::Models::LatLng` - [@dblock](https://github.com/dblock).
9-
* [#99](https://github.com/dblock/strava-ruby-client/pull/99): Adds support for `page_size` on `activity_comments` and adds `limit` - [@dblock](https://github.com/dblock).
1010
* [#93](https://github.com/dblock/strava-ruby-client/pull/93): Updates GitHub Actions workflows - [@simonneutert](https://github.com/simonneutert).
1111
* Your contribution here.
1212

0 commit comments

Comments
 (0)