Skip to content

Commit 929688c

Browse files
committed
docs: add BREAKING section
1 parent cc14fdd commit 929688c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

user_guide_src/source/changelogs/v4.0.4.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Release Date: July 15, 2020
99
:local:
1010
:depth: 2
1111

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+
1217
Enhancements
1318
------------
1419

@@ -59,5 +64,4 @@ Bugs Fixed
5964
- Fixed bug in Image GD handler that would try to compress images twice in certain cases
6065
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
6166
- 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
6367
- Fixed a bug where filter arguments were not passed to after()

0 commit comments

Comments
 (0)