Changelog.md in ftpd-0.9.0 vs Changelog.md in ftpd-0.10.0

- old
+ new

@@ -1,8 +1,18 @@ 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.10.0 + +Bug fixes + +* Do not die when implicit SSL connection disconnects (issue #13) + +API Changes: + +* Change default interface from "localhost" to "127.0.0.1". + ### 0.9.0 Enhancements * Added example showing ftp used as a test harness with rspec