packages feed

no-recursion-0.1.2.2: CHANGELOG.md

# Changelog

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

The format is based on [Keep a Changelog 1.1](https://keepachangelog.com/en/1.1.0/),
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.1.2.2] - 2024-09-02

### Updated

- link to published packages in README
- add updated versioning documentation to README
- include this file in `extra-doc-files`

### Removed

- `-fpackage-trust` and related options because they cause more trouble than they’re worth

## [0.1.2.1] - 2024-05-26

### Fixed

- the license report to reflect the GHC 9.10 build

## [0.1.2.0] - 2024-05-19

### Added

- support for [GHC 9.10](https://www.haskell.org/ghc/download_ghc_9_10_1.html)

## [0.1.1.0] - 2024-04-16

### Added

- source annotations (`{-# ANN … "Recursion" #-}`) to enable/disable the plugin
  for limited scopes

## [0.1.0.0] - 2024-04-13

### Added

- Initial release of this package

[0.1.2.2]: https://github.com/sellout/no-recursion/compare/v0.1.2.1...v0.1.2.2
[0.1.2.1]: https://github.com/sellout/no-recursion/compare/v0.1.2.0...v0.1.2.1
[0.1.2.0]: https://github.com/sellout/no-recursion/compare/v0.1.1.0...v0.1.2.0
[0.1.1.0]: https://github.com/sellout/no-recursion/compare/v0.1.0.0...v0.1.1.0
[0.1.0.0]: https://github.com/sellout/no-recursion/releases/tag/v0..1.0.0