# Changelog 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.4.1](https://github.com/trillium-rs/trillium/compare/trillium-router-v0.4.0...trillium-router-v0.4.1) - 2024-04-07 ### Added - add deprecation warnings to 0.2 branch in preparation for 0.3 ### Other - release ## [0.4.0](https://github.com/trillium-rs/trillium/compare/trillium-router-v0.3.6...trillium-router-v0.4.0) - 2024-03-22 ### Added - *(router)* [**breaking**] fully remove memchr feature - *(router)* enable "memchr" feature by default - *(router)* [**breaking**] remove routefinder types from the public api - *(router)* expose the routefinder memchr feature ### Other - clippy - *(router)* remove unused import - *(deps)* update env_logger requirement from 0.10.1 to 0.11.0 - Release only rustls - release - release ## [0.3.6](https://github.com/trillium-rs/trillium/compare/trillium-router-v0.3.5...trillium-router-v0.3.6) - 2024-01-02 ### Other - upgrade deps - remove dependency carats - deps