Skip to content

Commit

Permalink
Backport not escaping SafeString; it's a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 17, 2016
1 parent 779a556 commit 50fabaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ Changelog
* Prevent macros from seeing or affecting their calling scope. Merge of
[#667](https://github.com/mozilla/nunjucks/pull/667).

* Prevent filter.escape from escaping SafeString. Thanks atian25. Merge of
[#623](https://github.com/mozilla/nunjucks/pull/623).


2.x (unreleased)
----------------

* Don't double-escape. Thanks legutierr. Merge of
[#701](https://github.com/mozilla/nunjucks/pull/701).

* Prevent filter.escape from escaping SafeString. Thanks atian25. Merge of
[#623](https://github.com/mozilla/nunjucks/pull/623).

* Throw an error if a block is defined multiple times. Refs
[#696](https://github.com/mozilla/nunjucks/issues/696).

Expand Down

0 comments on commit 50fabaa

Please sign in to comment.