packages feed

servant-auth-docs-0.2.11.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.2.11.0] - 2024-08-28

- Compatibility with newer dependencies, newer GHCs.
- Use `Type` instead of `*`. (#1710)

## [0.2.10.0] - 2018-06-18

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