Skip to content

Commit 933bc61

Browse files
committed
Improve release notes for bounds class improvements
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent b9c83ef commit 933bc61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
## New Features
2121

22-
<!-- Here goes the main new features and examples or instructions on how to use them -->
23-
24-
- Classes Bounds and SystemBounds now work with the `in` operator
22+
- Classes `Bounds` and `SystemBounds` now implement the `__contains__` method, allowing the use of the `in` operator to check whether a value falls within the bounds or not.
2523

2624
## Bug Fixes
2725

0 commit comments

Comments
 (0)