Skip to content

Commit

Permalink
Bump to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Aug 1, 2021
1 parent 77514b2 commit cadc2bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [Version 5.0.0]
## [Version 4.6.0](https://github.com/trishume/syntect/compare/v4.5.0...v4.6.0) (2021-08-01)

- Remove deprecated functions in the `html` module
- Change definition of `tokens_to_classed_spans` to also take a mutable ScopeStack
- Add `html::line_tokens_to_classed_spans` to also take a mutable ScopeStack, deprecate `tokens_to_classed_spans`, to avoid panics and incorrect highlighting.
- Derive Hash for Color and Style
- Add `find_unlinked_contexts` to `SyntaxSet`
- Add `syntaxes` method to `SyntaxSetBuilder`
- Bump `fancy-regex` to v0.7 and `yaml-rust` to v0.4.5

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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! [`parsing`]: parsing/index.html
//! [`highlighting`]: highlighting/index.html

#![doc(html_root_url = "https://docs.rs/syntect/4.5.0")]
#![doc(html_root_url = "https://docs.rs/syntect/4.6.0")]

#[macro_use]
extern crate lazy_static;
Expand Down

0 comments on commit cadc2bd

Please sign in to comment.