Skip to content

Commit

Permalink
Release 2.7.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed May 30, 2020
1 parent 2e12791 commit ebeadcd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2.7.0 (2020-05-30)
==================

[Full commit log](https://github.com/s9e/TextFormatter/compare/9cb0710514fe8eb7e4c662483b6bb2ad028e046b...2e127910c4bdf8b4250cc455239a7a03fc8878d8)

### Added

- `ea4658c5b` Added template manipulation via SweetDOM
- `dc61d807c` Litedown: added support for self-generated "id" attributes in headers

### Removed

- `f9eb0e264` Autolink: removed dead code
- `2e127910c` PHP Renderer: removed redundant removal of meta-elements

### Changed

- `cc0c621c2` Litedown: improved compatibility with original Markdown rules for parentheses in links


2.6.0 (2020-05-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
}
},
"extra": {
"version": "2.7.0-dev"
"version": "2.7.0"
}
}

0 comments on commit ebeadcd

Please sign in to comment.