Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9aa78bf

Browse files
committed
Created UPGRADE guide
1 parent a961a75 commit 9aa78bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changelog
22
=========
33

4-
* **2016-06-18**: [BC BREAK] Removed all `*.class` parameters.
4+
* Added Symfony 3 support
5+
* [BC BREAK] Removed all `*.class` parameters
56
* Convert non-managed intermediate nodes into AutoRoute documents #165
7+
* Support for multiple routes per document was added
68

79
1.0.0
810
-----

UPGRADE-2.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Upgrade from 1.2 to 2.0
2+
3+
## Class parameters
4+
5+
* All `*.class` parameters are removed from this bundle. Use service
6+
decoration or a compiler pass instead if you want to change the class.

0 commit comments

Comments
 (0)