Skip to content

Commit 0acbda7

Browse files
committed
Update docs
1 parent 4594a5f commit 0acbda7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ Runtime behavior changes:
103103
- Rendering for all the conditions (isEqualTo, etc.) has changed. This should be transparent to most users unless you
104104
have coded a direct implementation of `VisitableCondition`. The change makes it easier to code custom conditions that
105105
are not supported by the library out of the box. The statement renderers now call methods `renderCondition` and
106-
`renderLeftColumn` that you can override to implement any rendering you need.
106+
`renderLeftColumn` that you can override to implement any rendering you need. In addition, we've made `filter` and
107+
`map` support optional if you implement custom conditions
107108

108109
## Release 1.5.2 - June 3, 2024
109110

0 commit comments

Comments
 (0)