diff --git a/ChangeLog.md b/ChangeLog.md index 8d816b1..b55c169 100644 --- a/ChangeLog.md +++ b/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 diff --git a/reanimate.cabal b/reanimate.cabal index cd83e98..72e0f86 100644 --- a/reanimate.cabal +++ b/reanimate.cabal @@ -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