Skip to content

Commit

Permalink
Added release notes for v5.2.31 (laravel#13345)
Browse files Browse the repository at this point in the history
* Added release notes for v5.2.31

* Fixed missing link for laravel#13028
  • Loading branch information
tillkruss authored and taylorotwell committed Apr 27, 2016
1 parent 2a10a75 commit 8984ac1
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Release Notes

## v5.2.31 (2016-04-27)

### Added
- Added missing suggested dependency `SuperClosure` ([09a793f](https://git.io/vwZx4))
- Added ODBC connection support for SQL Server ([#13298](https://github.com/laravel/framework/pull/13298))
- Added `Request::hasHeader()` method ([#13271](https://github.com/laravel/framework/pull/13271))
- Added `@elsecan` and `@elsecannot` Blade directives ([#13256](https://github.com/laravel/framework/pull/13256))
- Support booleans in `required_if` Validator rule ([#13327](https://github.com/laravel/framework/pull/13327))

### Changed
- Simplified `Translator::parseLocale()` method ([#13244](https://github.com/laravel/framework/pull/13244))
- Simplified `Builder::shouldRunExistsQuery()` method ([#13321](https://github.com/laravel/framework/pull/13321))
- Use `Gate` contract instead of Facade ([#13260](https://github.com/laravel/framework/pull/13260))
- Return result in `SoftDeletes::forceDelete()` ([#13272](https://github.com/laravel/framework/pull/13272))

### Fixed
- Fixed BCC for SparkPost ([#13237](https://github.com/laravel/framework/pull/13237))
- Use Carbon for everything time related in `DatabaseTokenRepository` ([#13234](https://github.com/laravel/framework/pull/13234))
- Fixed an issue with `data_set()` affecting the Validator ([#13224](https://github.com/laravel/framework/pull/13224))
- Fixed setting nested namespaces with `app:name` command ([#13208](https://github.com/laravel/framework/pull/13208))
- Decode base64 encoded keys before using it in `PasswordBrokerManager` ([#13270](https://github.com/laravel/framework/pull/13270))
- Prevented race condition in `RateLimiter` ([#13283](https://github.com/laravel/framework/pull/13283))
- Use `DIRECTORY_SEPARATOR` to create path for migrations ([#13254](https://github.com/laravel/framework/pull/13254))
- Fixed adding implicit rules via `sometimes()` method ([#12976](https://github.com/laravel/framework/pull/12976))
- Fixed `Schema::hasTable()` when using PostgreSQL ([#13008](https://github.com/laravel/framework/pull/13008))
- Allow `seeAuthenticatedAs()` to be called with any user object ([#13308](https://github.com/laravel/framework/pull/13308))

### Removed
- Removed unused base64 decoding from `Encrypter` ([#13291](https://github.com/laravel/framework/pull/13291))


## v5.2.30 (2016-04-19)

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

0 comments on commit 8984ac1

Please sign in to comment.