The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Rlease 1.100

    * Support for multiple method routes at once with 'any'
    * Templates engines
		+ Bug fixes in Dancer::Template::Simple (Jury Gorky)
		+ Refactoring of the factory
		+ option for disabling the layout in the template helper.
	* New session engine based on encrypted cookies (Alex Kapranof)
	* More HTTP codes supported for a better REST compat (Nate Jones)
	* Documentation updates 
	* script/dancer now requires an appname
	* New Makefile.PL with better metadata (CPAN Service)

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)