From ad5e4dcb52f549aea1b443497ad89dd4f25a47c1 Mon Sep 17 00:00:00 2001 From: dbrewer5 Date: Thu, 26 Dec 2019 18:41:10 -0800 Subject: [PATCH] changelog: updated with caseInsensitive addition --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64f1d8240..497a323635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +### Added +- [`order`]: added `caseInsensitive` as an additional option to `alphabetize` + ### Fixed - [`no-unused-modules`]: fix usage of `import/extensions` settings ([#1560], thanks [@stekycz]) @@ -1046,3 +1049,4 @@ for info on changes for earlier releases. [@randallreedjr]: https://github.com/randallreedjr [@Pessimistress]: https://github.com/Pessimistress [@stekycz]: https://github.com/stekycz +[@dbrewer5]: https://github.com/dbrewer5