CHANGELOG.md in ruby_fs-1.0.4 vs CHANGELOG.md in ruby_fs-1.0.5

- old
+ new

@@ -1,6 +1,10 @@ # develop +# 1.0.5 + * Bugfix: Allow sending large app arguments. Application arguments (headers in general) are limited to 2048 bytes. The work-around is to send them in the body of the message with a content-length header. + * CS: Avoid Celluloid deprecation warnings + # 1.0.4 * Bugfix: Loosen celluloid dependency # 1.0.3 * Bugfix: JRuby compatability