packages feed

servant-auth-0.4.10.0: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [PVP Versioning](https://pvp.haskell.org/).

## [Unreleased]

## [0.4.10.0] - 2026-06-20

- Support for 'ram' dependency. [#1888](https://github.com/haskell-servant/servant/pull/1888)
- Bump lower dependency bounds. [#1876](https://github.com/haskell-servant/servant/pull/1876)

## [0.4.0.0] - 2020-10-06

- Support for GHC 8.10 by @domenkozar
- Support servant 0.18 by @domenkozar
- Move `ToJWT/FromJWT` from servant-auth-server

## [0.3.2.0] - 2018-06-18

### Added
- Support for GHC 8.4 by @phadej
- Changelog by @domenkozar