Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Mar 2, 2024
1 parent 5e90063 commit 18ca0b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [14.1.0] - 2024-03-03
### Changed
- Updated CM spec compatibility to 0.31.2, #1009.

### Fixed
- Fixed quadratic complexity when parsing references, #996.
- Fixed quadratic output size with pathological user input in tables, #1000.


## [14.0.0] - 2023-12-08
### Changed
- Drop ancient browsers support (use `.fromCodePoint` and other features).
Expand Down Expand Up @@ -639,6 +648,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed presets folder (configs -> presets).


[14.1.0]: https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.0
[14.0.0]: https://github.com/markdown-it/markdown-it/compare/13.0.2...14.0.0
[13.0.2]: https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2
[13.0.1]: https://github.com/markdown-it/markdown-it/compare/13.0.0...13.0.1
Expand Down

0 comments on commit 18ca0b9

Please sign in to comment.