Change history
**************

1.2 (2012-07-18)
================

 - Only close file handles explicitly opened by the parser itself. Fixes an
   issue where file handles that were passed in as parameters were prematurely
   closed. See https://github.com/dokai/hexagonit-swfheader/pull/1
   [aleksandr-rakov]

1.1 (2010-05-08)
================

 - Fixed a bug with parsing the "fps" and "frames" fields. The order of the
   fields were reversed and additionally the "fps" field was parsed
   incorrectly. Bug reported by Valeriy Zmiyevskoy.
   [dokai]

1.0.1 (2008-04-29)
==================

 - Refacted a reversed() call to make the package Python 2.3 compatible.

1.0 (2008-04-16)
================

 - First public release [dokai]
