Release 1.000

	* Support for Syslog logger (Dancer::Logger::Syslog)
	* Basic template engine so Template is no more a hard deps.
	* Memcache Session support (Dancer::Session::Memcache)
	* YAML file-based session support (Dancer::Session::YAML)
	* Lots of tests (more than 80% of the code is covered)

Release 0.9906
    
    * move from File::MimeInfo to File::MimeInfo::Simple for 
      smooth run on Mac OSX and Win32 systems.

Release 0.9005

    * Source code extract on error catching
    * Support for configurable error handling
    * New design for the starting app built with script/dancer

Release 0.9004

    * Support for PSGI/Plack environment
    * script/dancer helper script for bootstraping a new app

Release 0.9003

    * Detect differently compilation-time warnings and runtime warnings
      closes bug #48440 (Thanks to Enric Joffrion for the report, and to
      Vincent Pit for the diagnosis)