diff --git a/changelog.md b/changelog.md index 13c8316..24270cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ ## Changelog +##### v.3.0.0 - 2015-04-15 +* added new methods for updating and destroying: + autosize.update(elements) + autosize.destroy(elements) + +* renamed custom events as to not use jQuery's custom events namespace: + autosize.resized renamed to autosize:resized + autosize.update renamed to autosize:update + autosize.destroy renamed to autosize:destroy + +##### v.2.0.1 - 2015-04-15 +* version bump for NPM publishing purposes + ##### v.2.0.0 - 2015-02-25 * smaller, simplier code-base