This patch fixes string comparisons that should be case insensitive.
Update
To update, download and install the latest version from the product’s installation section.
Changes
- Fixes a problem introduced in the 3.5.1 release that made the string comparison operators
is,=,is not,!=,is in,is not in, andcontainscase sensitive (such that"a" = "A"was incorrectly reportingfalse, for example). With this release,"a"once again equals"A"(and"å"and"Ä"and…). (macOS only)
