0.9.2:

* Fix for Issue #15: LZFDecoder not passing 'offset', 'length' params
  (reported by T.Effland)

0.9.1:

* Fix for Issue #13: problems with Unsafe decoder on some platforms

0.9.0:

* Rewrote decoder to allow ChunkDecoder variants, to allow optional use of
  sun.misc.Unsafe (which can boost uncompression speed by up to +50%)

0.8.6:

* #11: Input/OutputStreams not throwing IOException if reading/writing
   after close() called, should be.
  (reported by Dain S)

0.8.5:

* Fix an NPE in BufferRecycler
  (reported by Matt Abrams, abramsm@gmail.com)
