# Changelog for yesod-cursor
## Unreleased changes
## [v2.0.0.3](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.3...v2.0.0.3)
- Test with LTS 17.1 / GHC 8.10
- Relax upper bounds
## [v2.0.0.2](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.1...v2.0.0.2)
- Relax upper bound on persistent packages
## [v2.0.0.1](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.0...v2.0.0.1)
- Fix test suite for new persistent
## [v2.0.0.0](https://github.com/freckle/yesod-page-cursor/compare/v1.0.0.1...v2.0.0.0)
- Add `defaultLimit :: Int` argument to `withPage` and `withPageLink`
## [v1.0.0.1](https://github.com/freckle/yesod-page-cursor/compare/v1.0.0.0...v1.0.0.1)
- Fix missing `previous` link in all but last page
## [v1.0.0.0](https://github.com/freckle/yesod-page-cursor/tree/v1.0.0.0)
Initial release.