Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed May 8, 2021
1 parent ec620d5 commit aa116e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Expand Up @@ -2,9 +2,13 @@

All notable changes to this project will be documented in this file.

## Unreleased - ././

- [Fix emoji issues by @hakancelik96](https://github.com/hakancelik96/unimport/pull/185)

## [0.8.0] - 09/02/2021

- Temporarily drop support for duplicate imports.
- Temporarily drop support for duplicate imports. by @isidentical

## [0.7.4] - 19/02/2021

Expand Down
2 changes: 1 addition & 1 deletion unimport/emoji.py
@@ -1,4 +1,4 @@
__all__ = ['PARTYING_FACE', 'STAR']
__all__ = ["PARTYING_FACE", "STAR"]

STAR = "\U0001F929"
PARTYING_FACE = "\U0001F973"

0 comments on commit aa116e5

Please sign in to comment.