packages feed

any-pat-0.4.0.0: CHANGELOG.md

# Changelog for `any-pat`

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

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

## 0.1.0.0 - YYYY-MM-DD
# `any-pat` changelog

## 0.4.0.0 - 2024-01-18

Lookups with only a variable pattern for `hashpat`.

## 0.3.0.0 - 2023-12-25

Added `hashpat` to perform `HashMap` lookups.

## 0.2.0.0 - 2023-07-30

Added `rangepat` to pattern match on ranges.

## 0.1.0.0 - 2023-07-25

Initial version with `anypat` and `maypat`.