Skip to content

Commit

Permalink
Update CHANGELOG.txt for 8.x-3.0-alpha4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cburschka committed Dec 13, 2015
1 parent 2a5b65c commit e4c0a20
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
8.x-3.0, 2015-12-04
-------------------
8.x-3.x-dev
-----------

This is the first full Drupal 8 port.

- The procedural API is gone. The hook is replaced by an annotated plugin type,
and the custom tag table with a config entity type.
- Custom tags use Twig templates instead of HTML and PHP code.
- Removed all special tag properties (nocode, plain, selfclosing).

- Rewrote the parsing algorithm, and used the prepare() phase of the
filter. Tags are now validated before any other filters are applied, and
attributes as well as tag.source bypass all text filtering.
Tag content is now rendered on demand only if the tag's renderer uses it.
- The module now contains unit tests.

2012-02-19

Expand Down

0 comments on commit e4c0a20

Please sign in to comment.