Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Update changelog for 1.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emulienfou committed Mar 16, 2017
1 parent 3acf0db commit 4d9151c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.3.5 (2017-03-16)
`Added`
* Add new constant test from file `testShortClassConstants`.

`Changed`
* Update tests, add new test `testClassConstants`.
* Update `Loader::rebuildClassPathCache` method, using `DirectoryIterator` class instead of `glob` function.

`Fixed`
* Fix class `BaseTests`, remove *cached* and *compiled* files when calling **destructor**.
* Constants error when using 2 trailing slashes, issue [#63](https://github.com/dwoo-project/dwoo/issues/63).
* Fix `parseConstKey` method, replacing double `\\` by single `\`.
* Fix `throw new` exception, display on one line.

`Removed`
* Remove useless `else` and non accessing code.

## 1.3.4 (2017-03-07)
`Added`
* Add `docker-compose.yml` file for unit testing only.
Expand Down

0 comments on commit 4d9151c

Please sign in to comment.