Skip to content

Commit

Permalink
Preparing for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Sep 21, 2020
1 parent 9599374 commit b03d025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
25 changes: 7 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,37 @@
<!-- changelog-linker -->

<!-- dumped content start -->
## Unreleased

### Changed
## [v3.0.0] - 2020-09-21

- [#14] Update to Emoji v13.1
- [#12] Explain emoji sequences in readme

## [v2.0.1] - 2020-09-17

### Removed

- [#11] Remove comments to improve op_cache performance in production environments

## [v2.0.0] - 2020-03-12

### Changed

- [#7] Update library to emoji v13

## [v1.2.0] - 2019-10-28

### Changed

- [#5] Updated to Emoji v12.1

## [v1.1.0] - 2019-10-02

### Added

- [#4] Added catalog with the list of all emojis

## [v1.0.0] - 2019-10-01

### Added

- [#2] Added docblock with _name_ and _code point_ to all constants.

### Changed

- [#2] Constant `Emoji::LAPTOP_COMPUTER` was changed to `Emoji::LAPTOP`.
- [#2] Constant `Emoji::FLAG_ENGLAND` was changed to `Emoji::FLAG_GBENG`.
- [#2] Constant `Emoji::FLAG_SCOTLAND` was changed to `Emoji::FLAG_GBSCT`.
- [#2] Constant `Emoji::FLAG_WALES` was changed to `Emoji::FLAG_GBWLS`.

## [v0.0.0] - 2019-08-30

### Added

- First working version.

<!-- dumped content end -->
Expand All @@ -65,3 +49,8 @@
[v2.0.1]: https://github.com/jawira/emoji-catalog/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/jawira/emoji-catalog/compare/v1.0.0...v1.1.0
[#14]: https://github.com/jawira/emoji-catalog/pull/14
[#5]: https://github.com/jawira/emoji-catalog/pull/5
[v3.0.0]: https://github.com/jawira/emoji-catalog/compare/v2.0.1...v3.0.0
[v1.2.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v1.2.0
[v1.0.0]: https://github.com/jawira/emoji-catalog/compare/v0.0.0...v1.0.0
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
</composer>
<exec executable="vendor/bin/changelog-linker" passthru="true" checkreturn="true">
<arg value="dump-merges"/>
<arg value="--in-categories"/>
</exec>
<composer command="remove">
<arg value="symplify/changelog-linker"/>
Expand Down

0 comments on commit b03d025

Please sign in to comment.