Skip to content

Commit

Permalink
Release 2.0.8
Browse files Browse the repository at this point in the history
 - Dynamic Definitions / partial support #301
 - By default only scan *.php files #350
 - Removed silence operator @, improves compatiblity custom errorhandlers #331
 - Additional datetime classes & interfaces #338
 - Fixed case of UNDEFINED constants namespaces, improves hhvm compatibility #319
 - Misc improvements to the docs
  • Loading branch information
bfanger committed Dec 16, 2016
1 parent 525b6ed commit 39f4c30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.8

- Dynamic Definitions / partial support #301
- By default only scan *.php files #350
- Removed silence operator @, improves compatiblity custom errorhandlers #331
- Additional datetime classes & interfaces #338
- Fixed case of UNDEFINED constants namespaces, improves hhvm compatibility #319
- Misc improvements to the docs

## 2.0.7

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit 39f4c30

Please sign in to comment.