# Changelog for `os-string-compat`
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/).
## [1.0.1] - 2025-11-22
First actual release.
### Fixed
- Fixed lower bound on base
- Fixed lower bounds on dependencies for tests
- Tested with more versions of GHC on macOS
- Fixed some documentation to work with more versions of Haddock
## [1.0.0] - 2025-11-11
This was originally supposed to be the first actual release,
but I wound up changing some things, but the changelog on
Hackage wouldn't update. So I just decided to bump to version
1.0.1.
### Added
- Added proper tests and benchmarks.
- Added equivalent functions to those in `os-string`.
## Pre-Release - 2025-10-26
### Changed
- Created the repository.
- First (public) "release".
- Added an actual readme.