Skip to content

Commit

Permalink
Merge branch 'Keats-scopestack'
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Aug 1, 2021
2 parents f025bbe + fdcebba commit 77514b2
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 84 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [Version 5.0.0]

- Remove deprecated functions in the `html` module
- Change definition of `tokens_to_classed_spans` to also take a mutable ScopeStack

## [Version 4.5.0](https://github.com/trishume/syntect/compare/v4.4.0...v4.5.0) (2020-12-09)

- Added a new function for producing classed HTML which handles newlines correctly and deprecated old one. [#307](https://github.com/trishume/syntect/pull/307)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"]
categories = ["parser-implementations", "parsing", "text-processing"]
readme = "Readme.md"
license = "MIT"
version = "4.5.0" # remember to update html_root_url
version = "4.6.0" # remember to update html_root_url
authors = ["Tristan Hume <[email protected]>"]
edition = "2018"
exclude = [
Expand Down
Loading

0 comments on commit 77514b2

Please sign in to comment.