1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 22:06:24 +02:00

chore: 1.1.1 changelog

This commit is contained in:
David Wheatley
2021-12-30 22:30:38 +01:00
committed by GitHub
parent 6946c9f2cb
commit d65063923b

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## [1.1.1](https://github.com/flarum/markdown/compare/v1.1.0...v1.1.1)
### Added
- feat: make markdown toolbar extensible by @davwheat in https://github.com/flarum/markdown/pull/33
### Fixed
- fix: re-use of texteditor with markdown ext breaks markdown toolbar items by @davwheat in https://github.com/flarum/markdown/pull/34
## [1.1.0](https://github.com/flarum/markdown/compare/v1.0.1...v1.1.0) ## [1.1.0](https://github.com/flarum/markdown/compare/v1.0.1...v1.1.0)
### Added ### Added