Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
klane committed Dec 27, 2019
1 parent 961b4ed commit 2d2196a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [Unreleased]

### Added

- Added [mypy](https://github.com/pre-commit/mirrors-mypy) support ([#115](https://github.com/klane/jekyllnb/issues/115)).
- Added [pyupgrade](https://github.com/asottile/pyupgrade) check.

### Changed

- Removed ABC import check ([#114](https://github.com/klane/jekyllnb/issues/114)).
- Changed super calls to Python 3 standard ([#116](https://github.com/klane/jekyllnb/issues/116)).
- Dropped Python 2 support ([#121](https://github.com/klane/jekyllnb/pull/121)).
- Skipped CI tests on changes to docs and Markdown files.

### Fixed

- Fixed GitHub release body.

## [0.1.2]

### Added
Expand Down

0 comments on commit 2d2196a

Please sign in to comment.