-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes CHANGELOG file to include latest changes.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
All notable changes to the `flysystem-github` project will be documented in this | ||
file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 0.1.0 - 2015-07-18 - Read functionality | ||
### Added | ||
Read functionality and Github API authentication have been implemented. | ||
|
||
## 0.0.0 - 2015-05-11 - Project Setup | ||
### Added | ||
Set up project basics like .gitignore file, PHPUnit Configuration file, | ||
Contributing guidelines, Composer file stating dependencies, MIT License, README | ||
file and this CHANGELOG file. | ||
|
||
[unreleased]: https://github.com/potherca/flystystem-github/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/potherca/flystystem-github/compare/v0.0.0...v0.1.0 |