diff --git a/docs/en/changelog/migration_2_5.rst b/docs/en/changelog/migration_2_5.rst index 9c8143c19..408776d03 100644 --- a/docs/en/changelog/migration_2_5.rst +++ b/docs/en/changelog/migration_2_5.rst @@ -21,7 +21,7 @@ defined then Doctrine would trigger listeners after the fields were loaded, but before assocations are available. - `DDC-54 `_ -- `Commit `_ +- `Commit #a90629 `_ Events: Add API to programatically add event listeners to Entity ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -102,7 +102,7 @@ This feature was developed by external contributor `Johannes Schmitt `_ - `DDC-93 `_ -- `Pull Request `_ +- `Pull Request #835 `_ Second-Level-Cache ~~~~~~~~~~~~~~~~~~ @@ -160,7 +160,7 @@ instead of the database. - `Documentation `_ -- `Pull Request `_ +- `Pull Request #808 `_ Criteria API: Support for ManyToMany assocations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -217,8 +217,8 @@ trigger a full load of the collection. This feature was contributed by `Michaƫl Gallego `_. -- `Pull Request #1 `_ -- `Pull Request #2 `_ +- `Pull Request #882 `_ +- `Pull Request #1032 `_ Mapping: Allow configuring Index flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -241,7 +241,7 @@ only with a schema event listener before. This feature was contributed by `Adrian Olek `_. -- `Pull Request `_ +- `Pull Request #973 `_ SQLFilter API: Check if a parameter is set ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -272,7 +272,7 @@ Extending on the locale example of the documentation: This feature was contributed by `Miroslav Demovic `_ -- `Pull Request `_ +- `Pull Request #963 `_ EXTRA_LAZY Improvements @@ -301,7 +301,7 @@ EXTRA_LAZY Improvements This feature was contributed by `Asmir Mustafic `_ - - `Pull Request `_ + - `Pull Request #937 `_ 2. Add EXTRA_LAZY Support for get() for owning and inverse many-to-many @@ -415,7 +415,7 @@ object: This feature was contributed by `Michael Perrin `_. -- `Pull Request `_ +- `Pull Request #590 `_ - `DDC-2319 `_ Query API: Add support for default Query Hints @@ -439,7 +439,7 @@ It is now possible to add query hints that are always enabled for every Query: This feature was contributed by `Artur Eshenbrener `_. -- `Pull Request `_ +- `Pull Request #863 `_ ResultSetMappingBuilder: Add support for Single-Table Inheritance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -708,3 +708,4 @@ From now on, the resultset will look like this: ), ... ) +