Skip to content

Minor bugs with InlineApprovals + changes to StringUtils.split

Compare
Choose a tag to compare
@ScottBob ScottBob released this 07 Mar 23:00
· 153 commits to master since this release

This is mainly fixes to InlineApprovals. But it does contain breaking changes for StringUtils.split().

Breaking changes

StringUtils.split(String, String) no longer trims by default. To maintain previous behavior, call StringUtils.split(String, String, true).
StringUtils.split() now takes a regex as the pattern instead of a simple string.