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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Bugs Fixed:
52
52
- Fixed bug in Image GD handler that would try to compress images twice in certain cases
53
53
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
54
54
- Fix is_unique/is_not_unique validation called on POST/PUT via API in Postgresql
55
-
- Added ``$arguments`` parameter to after() and before() in FilterInterface
55
+
- Added ``$arguments`` parameter to after() and before() in FilterInterface. This is a breaking change, so all code implementing the FilterInterface must be updated
56
56
- Fixed a bug where filter arguments were not passed to after()
0 commit comments