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: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ Changelog next version
3
3
* Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
4
4
* Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
5
5
* Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
6
+
* Caching the length/size in a variable to avoid repeated calls in loops, which can slightly improve performance and readability. (#1820) (thanks to Luis Serna for PR)
0 commit comments