Skip to content

Commit

Permalink
symfony#37180 updated UPGRADE and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bennett committed Jun 10, 2020
1 parent 1caf226 commit 14939ea
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
7 changes: 6 additions & 1 deletion UPGRADE-5.2.md
@@ -1,10 +1,15 @@
UPGRADE FROM 5.1 to 5.2
=======================

Lock
----

* deprecated passing of `database` or `collection` to `MongoDbStore` via connection URI, use `$options` instead.

Mime
----

* Deprecated `Address::fromString()`, use `Address::create()` instead
* Deprecated `Address::fromString()`, use `Address::create()` instead.

Validator
---------
Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-6.0.md
Expand Up @@ -73,6 +73,11 @@ Inflector

* The component has been removed, use `EnglishInflector` from the String component instead.

Lock
----

* `MongoDbStore` can no longer be constructed by passing `database` or `collection` via connection URI, use `$options` instead.

Mailer
------

Expand Down
11 changes: 8 additions & 3 deletions src/Symfony/Component/Lock/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========

5.2.0
-----

* deprecated passing of `database` or `collection` to `MongoDbStore` via connection URI, use `$options` instead.

5.1.0
-----

Expand All @@ -19,10 +24,10 @@ CHANGELOG
* added InvalidTtlException
* deprecated `StoreInterface` in favor of `BlockingStoreInterface` and `PersistingStoreInterface`
* `Factory` is deprecated, use `LockFactory` instead
* `StoreFactory::createStore` allows PDO and Zookeeper DSN.
* deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
* `StoreFactory::createStore` allows PDO and Zookeeper DSN.
* deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
use `StoreFactory::createStore` instead.

4.2.0
-----

Expand Down

0 comments on commit 14939ea

Please sign in to comment.