CHANGELOG.md in mootools-plus-0.1.1 vs CHANGELOG.md in mootools-plus-0.1.3
- old
+ new
@@ -1,19 +1,31 @@
+## 0.1.3
+
+ * Add email and description in gemspec file
+
+## 0.1.2
+
+ * Update Logger#warning
+ * Update Array#compact as Array#clean alias
+ * Add Array#select as Array#filter alias
+ * Update Array#first|last as Array#getFirst|getLast alias
+ * Update MooTools checking method
+
## 0.1.1
* Add Logger class
## 0.1.0
* It can now be used in 3.1 version of rails
## 0.0.3
- * Add condition on Mootools presence.
+ * Add condition on Mootools presence
## 0.0.2
- * Add documentation in Github wiki.
+ * Add documentation in Github wiki
## 0.0.1
- * First version. See README to learn how to use it.
+ * First version