From 3c46d844cf78bd5688dea86efee7dda86119ac1d Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Fri, 1 Apr 2022 06:24:57 -0700 Subject: [PATCH] Update history to reflect merge of #8761 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index e77d8daa..a658670a 100644 --- a/History.markdown +++ b/History.markdown @@ -110,6 +110,7 @@ * Support both tzinfo v1 and v2 alongwith non-half hour offsets. (#8880) * Run vendor-mimes to update mime.types (#8940) * Expose collection static files via `site.static_files` (#8961) + * Expose `basename` from `document.rb` as `name` to Liquid templates (#8761) ### Site Enhancements