
0.02:

	* Neil Schemenauer has completely rewritten the PTL compiler 
	  and changed the syntax to match Python's.  The compiler now
	  relies on Jeremy Hylton's compiler code from the Python 2.0
	  CVS tree.
	* Simplified reload-checking logic 
	* Added .browser_version() method to HTTPRequest
	* Added functions to quixote.sessions: get_session(), has_session(),
	  get_app_state()
	* Various bugfixes
  	* session classes slightly tweaked, so you can subclass them
	* Added .session attribute to request object
	* Added quixote.errors module to hold exceptions

0.01:

	* Initial release.

