From e5e2753b954e8b5edd7c431dac9be42f4b9c84aa Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 16 Jul 2017 23:09:25 +0200 Subject: [PATCH] Adding changelog and gitattributes --- .gitattributes | 6 ++++++ Changelog.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitattributes 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