# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0] - 2016-03-22
### Changed
- Dependency uniloc was updated to 0.3.0, which introduces case sensitivity.
  Make sure to test your routes after updating to v5.

## [4.0.0] - 2016-03-03
### Changed
- A fix for html5 Back and Forward button support from @kwhitaker which disables pushing a history entry when the navigation event comes from onpopstate.

[5.0.0]: https://github.com/bkonkle/unirouter/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/bkonkle/unirouter/compare/v3.0.0...v4.0.0
