File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.2.1
4+
5+ Fixed:
6+ * Fix un-parenthesized nested operation via a variable (Hannah Okwelum) [ T386074] ( https://phabricator.wikimedia.org/T386074 )
7+ * Faster Less_Visitor_joinSelector by skipping Declaration blocks (ubermanu)
8+
39## v5.2.0
410
511Added:
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.0 ' ;
9+ public const version = '5.2.1 ' ;
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-5 ' ;
15+ public const cache_version = '3131-6 ' ;
1616}
You can’t perform that action at this time.
0 commit comments