2018-09-18  Sergey Vinokurov  <serg.foo@gmail.com>

	* 0.4.4.0: Fix build for GHC 8.0-8.4. Derive Generic instances. Add Semigroup instance.

2013-12-19  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.3.0: Add lookAhead and match functions.

2013-12-16  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.2.1: Override default Monad(fail) method so it is possible
	to catch Get monad failures from pure code.

2013-12-14  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.2.0: Override default fixity for operators: previously it
	has been impossible to mix bencode Get operators ((<$>!), (<$>?),
	(<*>!), (<*>?)) with applicative operators ((<$>), (<*>)).

2013-12-08  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.1.0: Expose parser and builder so it is possible to use
	parser incrementally.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.2: Minor fixes.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.1: Nothing changed.

2013-10-01  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.4.0.0: Faster dictionary conversion.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode.

2013-09-28  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.2.2.0: Arbitrary length integers. (by specification)

2013-08-26  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.2.0.0: Added default decoders/encoders using GHC Generics.

2013-06-09  Sam Truzjan  <pxqr.sta@gmail.com>

	* 0.1.0.0: Initial version.
