Skip to content

Commit

Permalink
move changelog entry to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHerklotz committed Jan 8, 2021
1 parent 6b11201 commit 888443e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [Unreleased]

### Added
- [`no-restricted-paths`]: Now you can also add glob patterns to the `except` option ([#1708], thanks [@KevinHerklotz])

### Fixed
- [`export`]/TypeScript: properly detect export specifiers as children of a TS module block ([#1889], thanks [@andreubotella])
- [`order`]: ignore non-module-level requires ([#1940], thanks [@golopot])
Expand All @@ -25,7 +28,6 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [2.22.0] - 2020-06-26
### Added
- [`no-restricted-paths`]: Now you can also add glob patterns to the `except` option ([#1708], thanks [@KevinHerklotz])
- [`no-unused-modules`]: consider exported TypeScript interfaces, types and enums ([#1819], thanks [@nicolashenry])
- [`no-cycle`]: allow `maxDepth` option to be `"∞"` (thanks [@ljharb])

Expand Down

0 comments on commit 888443e

Please sign in to comment.