Skip to content

Commit

Permalink
Improve changelog format (react-navigation#4559)
Browse files Browse the repository at this point in the history
Bug fixes should be listed in the "Fixed" section instead of "Changed" according to keepachangelog.
  • Loading branch information
rodrigobdz authored and brentvatne committed Jun 22, 2018
1 parent 08c8031 commit 452a6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [2.5.0] - [2018-06-22](https://github.com/react-navigation/react-navigation/releases/tag/2.5.0)
### Changed
- Refactor internals to make it play more nicely with web

### Fixed
- `const defaultGetStateForAction = SwitchBasedNavigator.router.getStateForAction` no longer throws error.
- Updated react-navigation-drawer to 0.4.1 which should fix issues related to automatically closing drawer when changing routes.

Expand Down

0 comments on commit 452a6d2

Please sign in to comment.