From c292d823fb48750531ed2e601ce966ca3a8d4763 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 28 Apr 2016 09:36:57 -0500 Subject: [PATCH] Update change log --- ChangeLog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 84726e3..7f084d0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,15 @@ +## Changes between 2.0.0 and 2.1.0 + +### Byte Array Decoding + +Byte array values in types now can be +decoded (to the extent Ruby type system +permits) by this library. + +GH 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.