From 36a687ea41e5e127e74655f70aeaa002e7a2cafa Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sat, 8 Feb 2020 13:07:06 +0100 Subject: [PATCH] prepare 2.1.O release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a61d62..6f84693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file +## 2.1.0 - 2020-02-08 + +### Added + +- `League\Uri\Exceptions\FileinfoSupportMissing` based on the work of [Nicolas Grekas](https://github.com/nicolas-grekas) + +### Fixed + +- Improved docblock. + +### Deprecated + +- None + +### Removed + +- None + ## 2.0.1 - 2019-12-17 ### Added