
0.2.3 "Internal Bug fix"
-Fix php version calculation, so that str_replace is used correctly in the templates
-Bug fix (if a function had multiple parameters and the last one didn't have a default, it wouldn't show up)
-Actualy handle paramaters, i was only showing docblock info for the last one, since i was treating it like any other keyword
-Fixed template weirdness
-Fixed problems with not figuring out the shortdesc right when it was on the same line as the /**

0.2.2
-Added a web interface

0.2.1
-bug fix release
-add a list of @tags that are allowed (fixes bugs where email addresses are mauled in comments), got my list from javadoc
-handle files with that same name that have different extensions (transform.php transform.inc)
-fix problem with detail sections not showing up

0.2.0 
-I'm back at it again
-Yet another new parser, this one should be the last one (well maybe not, but at least the last total rewrite)
-A template system for creating output

0.1.6pre2
-Tons of Bug fixes to stop parser fatal errors while parsing PEAR
-Changed global now, each bit of global goes into its own file
-The webinterface phpdoc.php is now working again
-There is now a per class index as well as an entire parse run index
-There is new a per class tree and a global tree

0.1.6pre1
-Parse.inc is entirely new, it uses a new Event driven architexture
-Most of Render.inc has been updated in order to work with the new output from Parse
-Every file has been updated in some way except for phpdoc.php, which is the web interface that is now broken

0.1.5
-Experimental Support for function outside of classes

0.1.4
-Web Interface now lives
-Parsing paramaters is now done in Io.inc
-stylesheet.inc is now generated
-Multiply files and directories are now supported

0.1.3
-Inheritence tree's for a class now transverse all the way to the root parent instead of just the imediate parent
-Io.inc is hooked up file io is moved from Parse.inc to Io.inc
-And index page is now made of all functions and variables

0.1.2a
-Addition of a stylesheet.inc placeholder
-Bug fix in phpdoc, has a typeo in the first line

0.1.2
-Creation of Io.inc
-Creation of basic documentation
-Development moved to cvs
-Bug fixes in Parse.inc, @keywords now work with multiline descriptions
-Remove debug code left from 0.1.1

0.1.1
-Creation of Template.inc
-Bug fixes in Parse.inc so that pear will parse properly

0.1.0
-Initial Release
