mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Bump version to 1.1.1.0 and update changelog.
This commit is contained in:
parent
e7bce27d12
commit
53793fcf1b
2 changed files with 14 additions and 1 deletions
13
ChangeLog.md
13
ChangeLog.md
|
|
@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
|
|||
project adheres to the [Haskell Package Versioning
|
||||
Policy (PVP)](https://pvp.haskell.org)
|
||||
|
||||
## 1.1.1.0 -- 2020-10-10
|
||||
|
||||
### Added
|
||||
|
||||
* External icon sets.
|
||||
* Font configurations.
|
||||
|
||||
### Other/Non-visible
|
||||
|
||||
* Improved unicode support.
|
||||
* Improved support for filter effects.
|
||||
* Bug fix in the path parser.
|
||||
|
||||
## 1.1.0.0 -- 2020-10-07
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ cabal-version: 2.0
|
|||
-- see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: reanimate
|
||||
version: 1.1.0.0
|
||||
version: 1.1.1.0
|
||||
-- synopsis:
|
||||
-- description:
|
||||
license: PublicDomain
|
||||
|
|
|
|||
Loading…
Reference in a new issue