diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..323bb25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/Tests/ export-ignore diff --git a/Changelog.md b/Changelog.md index f798339..97b45d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ## UNRELEASED +## 1.0.0 + +### Fixed + +* Fixed `$path` variable not initialized in `clearOneObjectFromCache`. + ## 0.5.0 ### Added