Skip to content

Commit

Permalink
tag v5.6.7 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Feb 28, 2018
1 parent 18402cd commit f85164a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG-5.6.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Release Notes for 5.6.x

## [Unreleased]
## v5.6.7 (2018-02-28)

### Added
- Added SFTP filesystem driver ([#23308](https://github.com/laravel/framework/pull/23308))

### Changed
- Pass parent model to `withDefault()` callback ([#23334](https://github.com/laravel/framework/pull/23334))
- Upgrade Parsedown to 1.7.0 ([816f893](https://github.com/laravel/framework/commit/816f893c30152e95b14c4ae9d345f53168e5a20e))

### Fixed
- Fixed `PostgresGrammar::whereTime()` casting ([#23323](https://github.com/laravel/framework/pull/23323))
- Fixed `SQLiteGrammar::whereTime()` correct ([#23321](https://github.com/laravel/framework/pull/23321))
Expand Down

0 comments on commit f85164a

Please sign in to comment.