mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Bump version to 0.5.0.0
This commit is contained in:
parent
3ced61e3f5
commit
b756ea5ceb
2 changed files with 24 additions and 2 deletions
24
ChangeLog.md
24
ChangeLog.md
|
|
@ -1,6 +1,28 @@
|
|||
# Revision history for reanimate
|
||||
|
||||
## 0.4.4.0
|
||||
## 0.5.0.0 -- 2020-09-09
|
||||
|
||||
### Added
|
||||
|
||||
* Hashable instance for SVG.
|
||||
|
||||
### Changed
|
||||
|
||||
* Improve efficiency of time variables (thanks to ).
|
||||
* Major refactoring of SVG interface.
|
||||
* Haddock improvements.
|
||||
* Improve consistency of object bounding-box calculations.
|
||||
* Rewrite object transitions in terms of Animations.
|
||||
|
||||
### Removed
|
||||
|
||||
* Reanimate.Scene.tweenVarUnclamped
|
||||
* Reanimate.Math.SSSP.pdual
|
||||
|
||||
### Contributors
|
||||
|
||||
* Shaurya Gupta (@sureyeaah)
|
||||
* Jan Hrček (@jhrcek)
|
||||
|
||||
## 0.4.3.0 -- 2020-08-29
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ cabal-version: 1.18
|
|||
-- see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: reanimate
|
||||
version: 0.4.3.0
|
||||
version: 0.5.0.0
|
||||
-- synopsis:
|
||||
-- description:
|
||||
license: PublicDomain
|
||||
|
|
|
|||
Loading…
Reference in a new issue