Skip to content

Commit bf3a940

Browse files
committed
Update CHANGELOG for release 2.0.0
1 parent bebe0ca commit bf3a940

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Codeblock Extension for Twig Changelog
22

3+
## 2.0.0
4+
5+
_Released: 2017-04-18_
6+
7+
* Upgrade dependencies to require PHP 5.6 as the minimum PHP version
8+
* Use [ramsey/pygments](https://github.com/ramsey/pygments) for syntax highlighting with Pygments
9+
* Quoted strings must now be used for `format` and `lang` attributes
10+
* Use attributes for `title`, `link`, and `link_text`; stay closer to [Octopress Codeblock](https://github.com/octopress/codeblock)
11+
* Introduce `class` and drop support for `end` and `range`
12+
* Remove `phpopentag` attribute and intelligently choose to "start inline" when using Pygments
13+
* Support extension for Twig 1.15 and up, including Twig 2.0 and up
14+
315
## 1.1.0
416

517
_Released: 2017-03-28_

0 commit comments

Comments
 (0)