Overview of changes from Beef 0.0.6 to 1.0.0
============================================

  * Use readline for interactive input
  * Support input from file and output to file
  * Use Cattle for most operations
    - Better error checking
    - Fix some inconsistencies and bugs


Overview of changes from Beef 0.0.5 to 0.0.6
============================================

  * Ignore the first line if it starts with the magic bytes #!
  * Fix some spelling errors in the man page and in the help message
  * Minor code cleanups


Overview of changes from Beef 0.0.4 to 0.0.5
============================================

  * Improve code loader and runner (code taken from bf.c by Erik Bosman)
  * Make build system easier to tweak
  * Add more comments to the code
  * Improve man page quality
  * General cleanups


Overview of changes from Beef 0.0.3 to 0.0.4
============================================

  * Add code loader for faster execution
  * Disable debugging support by default
  * Enable code optimizations when compiling
  * Fix build system not to fail if $DOCDIR already exists
  * Fix man page


Overview of changes from Beef 0.0.2 to 0.0.3
============================================

  * First released version
  * Add command line options to control Beef's behavior
  * Add --version option to display version number
  * Add install target to build system
  * Add man page
  * Improve compilation output


Overview of changes from Beef 0.0.1 to 0.0.2
============================================

  * Add support for debugging instructions (#)
  * Add --help option to displays a short help
  * Use shorter names for functions and vars


Overview of changes in Beef 0.0.1
=================================

  * First version, not released
