Skip to content

Commit

Permalink
Adding changelog and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 16, 2017
1 parent a37144a commit e5e2753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e2753

Please sign in to comment.