packages feed

shellwords-0.1.2.2: CHANGELOG.md

## [*Unreleased*](https://github.com/pbrisbin/hs-shellwords/compare/v0.1.2.2...master)

None

## [v0.1.2.2](https://github.com/pbrisbin/hs-shellwords/compare/v0.1.2.1...v0.1.2.2)

- Require megaparsec-7.0.0 (LTS-13.6/GHC-8.6)

## [v0.1.2.1](https://github.com/pbrisbin/hs-shellwords/compare/v0.1.2.0...v0.1.2.1)

- Strip surrounding whitespace before parsing
- Fix mis-handling of escaped spaces in certain kinds of flags

## [v0.1.2.0](https://github.com/pbrisbin/hs-shellwords/compare/v0.1.1.0...v0.1.2.0)

- `parse` works on `String` now, use `parseText` for the `Text` interface

## [v0.1.1.0](https://github.com/pbrisbin/hs-shellwords/compare/v0.1.0.0...v0.1.1.0)

- Bugfixes that I can't remember

## [v0.1.0.0](https://github.com/pbrisbin/hs-shellwords/tree/v0.1.0.0)

First released version.