snap-1.1.3.3: changelog.md
## 1.1.3.3
- Update for GHC 9.8
- Support aeson 2.2
## 1.1.3.2
- Update for GHC 9.0 through 9.6.2
## 1.1.3.1
- Update for GHC 8.10
<!-- n.b. where did the rest of the change log entries go?? -->
## 1.1.1.0
### Added
- GHC 8.4 support
## 1.1.0.0
### Added
- Support for aeson 1.x
- GHC 8.2 support
- New [lookupByEmail](src/Snap/Snaplet/Auth/AuthManager.hs#L62) function in the auth snaplet
## 1.0.0.0
### Removed
- Removed support for `iteratees` in favor of
[io-streams](https://hackage.haskell.org/package/io-streams)