From 02bf4f1032217c0a93bc38c2f937a88ebfe243de Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 25 May 2016 15:49:30 -0700 Subject: [PATCH] Mention where it came from. [ci skip] --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index e5751917..4d6f779b 100644 --- a/History.markdown +++ b/History.markdown @@ -48,7 +48,7 @@ * From v3.1.4: Add ExcerptDrop and remove excerpt's ability to refer to itself in Liquid (#4941) * From v3.1.4: Configuration permalink fix and addition of Configuration.from and sorting `site.collections` by label (#4942) * From v3.1.4: Fix `{{ layout }}` oddities (proper inheritance & fixing overflow of old data) (#4943) - * Forward-port: Sort the results of the require_all glob (#4944) + * From v3.1.5: Sort the results of the `require_all` glob (#4944) ### Development Fixes