Skip to content

Commit

Permalink
Tag v4.1.1
Browse files Browse the repository at this point in the history
Change-Id: I4a31c611f55420de766df41f5c151863622c2c08
  • Loading branch information
Krinkle committed Aug 1, 2023
1 parent 7e2e9b8 commit 7c814ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.1.1

* Less_Parser: Faster `MatchQuoted` by using native `strcspn`. (Thiemo Kreuz)
* Less_Parser: Faster `parseEntitiesQuoted` by inlining `MatchQuoted`. (Thiemo Kreuz)
* Less_Parser: Faster `parseUnicodeDescriptor` and `parseEntitiesJavascript` by first-char checks. (Thiemo Kreuz)
* Less_Tree_Mixin_Call: Include mixin name in error message (Jeremy P)
* Fix mismatched casing in class names to fix autoloading on case-sensitive filesystems (Jeremy P)

## 4.1.0

* Add support for `@supports` blocks. (Anne Tomasevich) [T332923](http://phabricator.wikimedia.org/T332923)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"minus-x check ."
],
"bench": "@php -d opcache.enable=1 -d opcache.enable_cli=1 test/bench.php",
"changelog": "git log --format='* %s (%aN)' --no-merges --reverse $(git describe --tags --abbrev=0 HEAD)...HEAD | sort | grep -vE '^\\* (build|docs?|tests?):'",
"cover": "phpunit --coverage-html coverage",
"fix": [
"minus-x fix .",
Expand Down

0 comments on commit 7c814ca

Please sign in to comment.