diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d2ccd2..2d04e538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# v 0.2.0 +# Changelog + +## v 0.2.1dev + +- Fixed well sizes +- Fixed $.ripple that needed two clicks to effectively "click" an element +- Added $.ripple support to browsers that don't support CSS transitions (eg. IE9) + +## v 0.2.0 - The master branch is now the development branch, if you want to use a "stable" release use the releases provided by GitHub. - New demo page @@ -6,8 +14,3 @@ - Ripples.js is now completely rewritten with jQuery. - Fixed thousand of bugs. -# v 0.2.1dev - -- Fixed well sizes -- Fixed $.ripple that needed two clicks to effectively "click" an element -- Added $.ripple support to browsers that don't support CSS transitions (eg. IE9)