Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an import-resolution bug #488

Merged
merged 9 commits into from
Oct 11, 2018
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into stylesheet-urls
  • Loading branch information
nex3 committed Oct 11, 2018
commit c2b38b8bb7934a75976fca48401c37bc6638fe4e
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
* Fix a bug where loading the same stylesheet from two different import paths
could cause its imports to fail to resolve.

* Properly escape U+001F INFORMATION SEPARATOR ONE in unquoted strings.

### Command-Line Interface

* Don't crash when using `@debug` in a stylesheet passed on standard input.

## 1.14.1

* Canonicalize escaped digits at the beginning of identifiers as hex escapes.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.