2011-02-27 - staticReflection-0.2.0beta
---------------------------------------

- Fixed #10491735: Exception while parsing namespace constant access. Fixed
  with commit #16f4b80.
- Fixed #10498195: Parser throws exception for reserved word class and
  interface names. Fixed in commit #a77c406.
- Fixed #10498213: Parser throws exception for class constants using
  reserved words. Fixed in commit #55b4965.
- Fixed #10498973: Parser throws exception when reserved words are used in
  static expression. Fixed in commit #c157875.
- Fixed #7: ReflectionMethod::getPrototype() not implemented. Fixed in svn
  revision #282. 
- Fixed #8: The start line number of methods is not correct. Fixed in svn
  revision #278.

2010-01-02 - staticReflection-0.1.4alpha
----------------------------------------

- Fixed #5: Filenames not normalized from relative to absolute paths. Fixed in
  svn revision #259.
- Fixed #6: Queries do not hold references to previous parsed classes and
  interfaces. Fixed in svn revision #269.

2010-01-01 - staticReflection-0.1.3alpha
----------------------------------------

- Implemented #4: BC break release. Adopt the namespace & autoloading standard
  for PHP 5.3, implemented in svn revision #251.

2009-11-30 - staticReflection-0.1.1alpha
----------------------------------------

- Additional example added.
- Adjust paths within the example files depending on the build target.
- Build environment improved.

2009-11-29 - staticReflection-0.1.0alpha
----------------------------------------

- Initial project release.
