From af24d2c2abc08faa9fb64503980d332c0cbda0b5 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Fri, 21 Mar 2014 01:32:03 -0400 Subject: [PATCH] Add missing PR reference and author to a History.md entry. --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 1eadb82..69d4bd3 100644 --- a/History.md +++ b/History.md @@ -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]