Skip to content

Commit 606e045

Browse files
committed
Tag v5.2.1
Change-Id: I77a48f8ba6497f1c095106a3475bee0c7f662c26
1 parent d01c823 commit 606e045

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
Added:

lib/Less/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
class 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
}

0 commit comments

Comments
 (0)