diff --git a/CHANGES.rst b/CHANGES.rst index beabd4828..cbacf5bde 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 10.1.0 (unreleased) ------------------- +- Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii #7336 + [radarhere] + - Added session type check for Linux in ImageGrab.grabclipboard() #7332 [TheNooB2706, radarhere, hugovk]