Skip to content

Commit 95ab6c7

Browse files
committed
Adding changelog and gitattributes
1 parent ce082b6 commit 95ab6c7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.gitattributes export-ignore
2+
.github/ export-ignore
3+
.gitignore export-ignore
4+
.travis.yml export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/Tests/ export-ignore

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 1.0.0
8+
9+
### Fixed
10+
11+
* Fixed `$path` variable not initialized in `clearOneObjectFromCache`.
12+
713
## 0.5.0
814

915
### Added

0 commit comments

Comments
 (0)