File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.2.2
4+
5+ Fixed:
6+ * Fix ParseError on CSS variable when there is no trailing semicolon (Hannah Okwelum) [ T386077] ( https://phabricator.wikimedia.org/T386077 )
7+ * Support functions calls in CSS variable value after first comma (Hannah Okwelum) [ T386079] ( https://phabricator.wikimedia.org/T386079 )
8+
39## v5.2.1
410
511Fixed:
Original file line number Diff line number Diff line change 66class Less_Version {
77
88 /* Current release version of less.php */
9- public const version = '5.2.1 ' ;
9+ public const version = '5.2.2 ' ;
1010
1111 /* Upstream less.js version that this release should be compatible with */
1212 public const less_version = '3.13.1 ' ;
1313
1414 /* Parser cache version */
15- public const cache_version = '3131-6 ' ;
15+ public const cache_version = '3131-7 ' ;
1616}
You can’t perform that action at this time.
0 commit comments