You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.0.4.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ Release Date: July 15, 2020
9
9
:local:
10
10
:depth: 2
11
11
12
+
BREAKING
13
+
--------
14
+
15
+
- Added ``$arguments`` parameter to ``after()`` and ``before()`` in ``FilterInterface``. This is a breaking change, so all code implementing the ``FilterInterface`` must be updated.
16
+
12
17
Enhancements
13
18
------------
14
19
@@ -59,5 +64,4 @@ Bugs Fixed
59
64
- Fixed bug in Image GD handler that would try to compress images twice in certain cases
60
65
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
61
66
- Fix is_unique/is_not_unique validation called on POST/PUT via API in Postgresql
62
-
- Added ``$arguments`` parameter to after() and before() in FilterInterface. This is a breaking change, so all code implementing the FilterInterface must be updated
63
67
- Fixed a bug where filter arguments were not passed to after()
0 commit comments