Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8984ac1

Browse files
tillkrusstaylorotwell
authored andcommitted
Added release notes for v5.2.31 (#13345)
* Added release notes for v5.2.31 * Fixed missing link for #13028
1 parent 2a10a75 commit 8984ac1

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Release Notes
22

3+
## v5.2.31 (2016-04-27)
4+
5+
### Added
6+
- Added missing suggested dependency `SuperClosure` ([09a793f](https://git.io/vwZx4))
7+
- Added ODBC connection support for SQL Server ([#13298](https://github.com/laravel/framework/pull/13298))
8+
- Added `Request::hasHeader()` method ([#13271](https://github.com/laravel/framework/pull/13271))
9+
- Added `@elsecan` and `@elsecannot` Blade directives ([#13256](https://github.com/laravel/framework/pull/13256))
10+
- Support booleans in `required_if` Validator rule ([#13327](https://github.com/laravel/framework/pull/13327))
11+
12+
### Changed
13+
- Simplified `Translator::parseLocale()` method ([#13244](https://github.com/laravel/framework/pull/13244))
14+
- Simplified `Builder::shouldRunExistsQuery()` method ([#13321](https://github.com/laravel/framework/pull/13321))
15+
- Use `Gate` contract instead of Facade ([#13260](https://github.com/laravel/framework/pull/13260))
16+
- Return result in `SoftDeletes::forceDelete()` ([#13272](https://github.com/laravel/framework/pull/13272))
17+
18+
### Fixed
19+
- Fixed BCC for SparkPost ([#13237](https://github.com/laravel/framework/pull/13237))
20+
- Use Carbon for everything time related in `DatabaseTokenRepository` ([#13234](https://github.com/laravel/framework/pull/13234))
21+
- Fixed an issue with `data_set()` affecting the Validator ([#13224](https://github.com/laravel/framework/pull/13224))
22+
- Fixed setting nested namespaces with `app:name` command ([#13208](https://github.com/laravel/framework/pull/13208))
23+
- Decode base64 encoded keys before using it in `PasswordBrokerManager` ([#13270](https://github.com/laravel/framework/pull/13270))
24+
- Prevented race condition in `RateLimiter` ([#13283](https://github.com/laravel/framework/pull/13283))
25+
- Use `DIRECTORY_SEPARATOR` to create path for migrations ([#13254](https://github.com/laravel/framework/pull/13254))
26+
- Fixed adding implicit rules via `sometimes()` method ([#12976](https://github.com/laravel/framework/pull/12976))
27+
- Fixed `Schema::hasTable()` when using PostgreSQL ([#13008](https://github.com/laravel/framework/pull/13008))
28+
- Allow `seeAuthenticatedAs()` to be called with any user object ([#13308](https://github.com/laravel/framework/pull/13308))
29+
30+
### Removed
31+
- Removed unused base64 decoding from `Encrypter` ([#13291](https://github.com/laravel/framework/pull/13291))
32+
33+
334
## v5.2.30 (2016-04-19)
435

536
### Added
@@ -11,7 +42,7 @@
1142
- Adding alias for `FailedJobProviderInterface` ([#13088](https://github.com/laravel/framework/pull/13088))
1243
- Allow console commands registering from `Kernel` class ([#13097](https://github.com/laravel/framework/pull/13097))
1344
- Added the ability to get routes keyed by method ([#13146](https://github.com/laravel/framework/pull/13146))
14-
- Added PostgreSQL specific operators for `jsonb` type ([13161](https://github.com/laravel/framework/pull/13161))
45+
- Added PostgreSQL specific operators for `jsonb` type ([#13161](https://github.com/laravel/framework/pull/13161))
1546
- Added `makeHidden()` method to the Eloquent collection ([#13152](https://github.com/laravel/framework/pull/13152))
1647
- Added `intersect()` method to `Request` ([#13167](https://github.com/laravel/framework/pull/13167))
1748
- Allow disabling of model observers in tests ([#13178](https://github.com/laravel/framework/pull/13178))
@@ -23,7 +54,7 @@
2354
- Refresh `remember_token` when resetting password ([#13016](https://github.com/laravel/framework/pull/13016))
2455
- Use multibyte string functions in `Str` class ([#12953](https://github.com/laravel/framework/pull/12953))
2556
- Use CloudFlare CDN and use SRI checking for assets ([#13044](https://github.com/laravel/framework/pull/13044))
26-
- Enabling array on method has() ([]())
57+
- Enabling array on method has() ([#13028](https://github.com/laravel/framework/pull/13028))
2758
- Allow unix timestamps to be numeric in `Validator` ([da62677](https://git.io/vVi3M))
2859
- Reverted forcing middleware uniqueness ([#13075](https://github.com/laravel/framework/pull/13075))
2960
- Forget keys that contain periods ([#13121](https://github.com/laravel/framework/pull/13121))

0 commit comments

Comments
 (0)