Skip to content

Commit 486a9a3

Browse files
committed
tag v5.5.1 release notes
1 parent 2b9e1a1 commit 486a9a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG-5.5.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes for 5.5.x
22

3+
## v5.5.1 (2017-09-01)
4+
5+
### Added
6+
- Added getter methods on `MimeType` ([#20826](https://github.com/laravel/framework/pull/20826))
7+
- Added `retrieved` model event ([#20852](https://github.com/laravel/framework/pull/20852))
8+
- Added `HasOneOrMany::setForeignAttributesForCreate()` method ([#20871](https://github.com/laravel/framework/pull/20871))
9+
10+
### Changed
11+
- Moved console commands auto discovery to `Kernel::bootstrap()` ([#20863](https://github.com/laravel/framework/pull/20863))
12+
- Use classes instead of helper functions ([#20879](https://github.com/laravel/framework/pull/20879), [#20880](https://github.com/laravel/framework/pull/20880))
13+
- Changed `Resource::$collects` visibility to `public` ([#20885](https://github.com/laravel/framework/pull/20885))
14+
15+
### Fixed
16+
- Fixed `choice()` on non-tty terminals ([#20840](https://github.com/laravel/framework/pull/20840))
17+
- Fixed Macroable calls on `Optional` ([#20845](https://github.com/laravel/framework/pull/20845), [#20898](https://github.com/laravel/framework/pull/20898))
18+
- Fixed `dropAllTables()` when using `PDO::FETCH_ASSOC` mode ([#20859](https://github.com/laravel/framework/pull/20859))
19+
- Pass model name to `ModelNotFoundException::setModel()` ([#20896](https://github.com/laravel/framework/pull/20896))
20+
- Fixed `Basic` authentication ([#20905](https://github.com/laravel/framework/pull/20905))
21+
- Fixed `DelegatesToResource::offsetExists()` ([#20887](https://github.com/laravel/framework/pull/20887))
22+
23+
### Removed
24+
- Removed redundant methods from `MorphOneOrMany` ([#20837](https://github.com/laravel/framework/pull/20837), [891f90e](https://github.com/laravel/framework/commit/891f90ea48056979add7319c5642501c8678bc9c))
25+
26+
327
## v5.5.0 (2017-08-30)
428

529
### General

0 commit comments

Comments
 (0)