Skip to content

Commit caec40e

Browse files
committed
[7.x] update changelog
1 parent ff37fee commit caec40e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG-7.x.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Release Notes for 7.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.26.1...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.27.0...7.x)
4+
5+
6+
## [v7.27.0 (2020-09-01)](https://github.com/laravel/framework/compare/v7.26.1...v7.27.0)
7+
8+
### Added
9+
- Allow to use alias of morphed model ([#34032](https://github.com/laravel/framework/pull/34032))
10+
- Introduced basic padding (both, left, right) methods to Str and Stringable ([#34053](https://github.com/laravel/framework/pull/34053))
11+
12+
### Refactoring
13+
- RefreshDatabase migration commands parameters moved to methods ([#34007](https://github.com/laravel/framework/pull/34007), [8b35c8e](https://github.com/laravel/framework/commit/8b35c8e6ba5879e71fd81fd03b5687ee2b46c55a), [256f71c](https://github.com/laravel/framework/commit/256f71c1f81da2d4bb3e327b18389ac43fa97a72))
14+
15+
### Changed
16+
- allow to reset forced scheme and root-url in UrlGenerator ([#34039](https://github.com/laravel/framework/pull/34039))
17+
- Updating the make commands to use a custom views path ([#34060](https://github.com/laravel/framework/pull/34060), [b593c62](https://github.com/laravel/framework/commit/b593c6242942623fcc12638d0390da7c58dbbb11))
18+
- Using "public static property" in View Component causes an error ([#34058](https://github.com/laravel/framework/pull/34058))
19+
- Changed postgres processor ([#34055](https://github.com/laravel/framework/pull/34055))
420

521

622
## [v7.26.1 (2020-08-27)](https://github.com/laravel/framework/compare/v7.26.0...v7.26.1)

0 commit comments

Comments
 (0)