Changelog.md in ftpd-0.10.0 vs Changelog.md in ftpd-0.11.0
- old
+ new
@@ -1,8 +1,20 @@
This is the change log for the main branch of ftpd, which supports
Ruby 1.9 and greater. For ruby 1.8.7, please use the latest version
before 0.8.0.
+### 0.11.0
+
+Bug fixes
+
+* Fix Bad file descriptor exception on stop (issue #20)
+* CWD returns 250, not 257 (issue #18)
+
+#Enhancements
+
+* MDTM command (issue #19)
+* SIZE command (issue #19)
+
### 0.10.0
Bug fixes
* Do not die when implicit SSL connection disconnects (issue #13)