ChangeLog.md in amq-protocol-2.0.1 vs ChangeLog.md in amq-protocol-2.1.0
- old
+ new
@@ -1,4 +1,22 @@
+## Changes between 2.0.0 and 2.1.0
+
+### Ruby Warnings Squashed
+
+Contributed by Akira Matsuda.
+
+GitHub issue: [#62](https://github.com/ruby-amqp/amq-protocol/pull/62)
+
+### Byte Array Decoding
+
+Byte array values in types now can be
+decoded (to the extent Ruby type system
+permits) by this library.
+
+GitHub issue: [#58](https://github.com/ruby-amqp/amq-protocol/issues/58)
+
+
+
## Changes between 1.9.x and 2.0.0
2.0.0 has **breaking changes** in header encoding.
### Signed Integer Encoding in Headers