* Tue Jan 09 2018 enavarro@suse.com
- updated to version 2.3.0
see installed ChangeLog.md
[#]# Changes between 2.2.0 and 2.3.0
[#]## Support for Additional URI Query Parameters
GitHub issue: #67, #68, #69.
Contributed by Andrew Babichev.
* Tue May 23 2017 coolo@suse.com
- updated to version 2.2.0
see installed ChangeLog.md
* Sun Jan 29 2017 coolo@suse.com
- updated to version 2.1.0
see installed ChangeLog.md
[#]# 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)
* Fri Dec 18 2015 coolo@suse.com
- updated to version 2.0.1
see installed ChangeLog.md
* Tue Nov 24 2015 coolo@suse.com
- updated to version 2.0.0
see installed ChangeLog.md
* Sat Dec 21 2013 coolo@suse.com
- updated to version 1.9.2
[#]## Signed 16 Bit Integer Decoding
Signed 16 bit integers are now decoded correctly.
* Fri Nov 22 2013 coolo@suse.com
- updated to version 1.9.0
[#]## Performance Improvements in AMQ::BitSet
`AMQ::BitSet#next_clear_bit` is now drastically more efficient
(down from 6 minutes for 10,000 iterations to 4 seconds for 65,536 iterations).
Contributed by Doug Rohrer, Dave Anderson, and Jason Voegele from
[Neo](http://www.neo.com).
[#]## Body Framing Fix
Messages exactly 128 Kb in size are now framed correctly.
Contributed by Nicolas Viennot.
* Mon Sep 23 2013 coolo@suse.com
- updated to version 1.8.0
* Mon Aug 26 2013 coolo@suse.com
- updated to version 1.7.0
`connection.blocked` AMQP 0.9.1 extension is now supported
(should be available as of RabbitMQ 3.2).
* Tue Jul 30 2013 coolo@suse.com
- updated to version 1.6.0, no changelog found
* Thu May 09 2013 coolo@suse.com
- updated to version 1.5.0
Encoding of large payloads is now done more efficiently.
* Fri Dec 07 2012 coolo@suse.com
- updated to version 1.0.1
`amq-protocol` now makes sure `DateTime` is loaded before trying to use it.
* Fri Nov 30 2012 coolo@suse.com
- updated to version 1.0.0
* Mon Sep 24 2012 coolo@suse.com
- updated to version 0.9.5
* Sun Jul 29 2012 coolo@suse.com
- initial package