diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 058e272c2..d31ae4007 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -4,6 +4,7 @@ - #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't be prioritized above other auth mechanisms. [jcbrand] - #755: create composer.json to add this project in packagist.org [fabiomontefuscolo] +- #758: Bugfix. Render all resize drag handles for ChatRoomView. [LeoYReyes] - Bugfix. Cancel button shown while registration form is being fetched wasn't working properly. [jcbrand] diff --git a/package.json b/package.json index f69979a6d..91ea0c1dc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "otr": "0.2.16", "phantom-jasmine": "0.1.8", "phantomjs": "~1.9.7-1", - "pluggable.js": "0.0.2", + "pluggable.js": "0.0.3", "po2json": "^0.4.4", "requirejs": "2.3.2", "requirejs-undertemplate": "~0.0.4",