Add missing PR reference and author to a History.md entry.

This commit is contained in:
Dylan Thacker-Smith
2014-03-21 01:32:03 -04:00
parent 4ee43bc5d2
commit af24d2c2ab

View File

@@ -3,7 +3,7 @@
## 3.0.0 / not yet released / branch "master"
* ...
* Allow newlines in tags and variables
* Allow newlines in tags and variables, see #324 [Dylan Thacker-Smith, dylanahsmith]
* Tag#parse is called after initialize, which now takes options instead of tokens as the 3rd argument. See #321 [Dylan Thacker-Smith, dylanahsmith]
* Raise `Liquid::ArgumentError` instead of `::ArgumentError` when filter has wrong number of arguments #309 [Bogdan Gusiev, bogdan]
* Add a to_s default for liquid drops, see #306 [Adam Doeler, releod]