This patch release fixes problems with the format() function.
Changes
- Fixes a
format()function problem introduced in the 2.3.1 release where thousands and decimal separators in the formatting pattern might be switched or ignored. - Fixes a
format()function problem introduced in the 2.3.1 release where a decimal point was being added to numbers formatted with no decimal places (like “#”).
