Skip to content

Commit 310a89f

Browse files
authored
Add migration notes for TableContainer
1 parent 6ae3a88 commit 310a89f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/appendices/5-3-migration-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ ORM
145145
- ``Table::patchEntity()``, ``Table::newEntity()``, ``Marshaller::one()`` and
146146
``Marshaller::many()`` now accept a ``strictFields`` option that only applies
147147
validation to the fields listed in the ``fields`` option.
148+
- Added ``TableContainer`` that you can register in your Application::services() to
149+
add dependency injection for your Tables.
148150

149151
Routing
150152
-------

0 commit comments

Comments
 (0)