Merge pull request #9515 from jekyll/jekyll-3-9-4-docs
This commit is contained in:
commit
b2e99a0e12
|
@ -82,6 +82,12 @@
|
|||
|
||||
* Backport #9237 for v4.3.x: Use Hash explicitly for Struct initializer (#9285)
|
||||
|
||||
## 3.9.4 / 2023-12-28
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Backport #9392 for v3.9.x: Add support for Ruby 3.3 Logger (#9513)
|
||||
|
||||
## 3.9.3 / 2023-01-29
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -18,6 +18,15 @@ note: This file is autogenerated. Edit /History.markdown instead.
|
|||
- Backport [#9237]({{ site.repository }}/issues/9237) for v4.3.x: Use Hash explicitly for Struct initializer ([#9285]({{ site.repository }}/issues/9285))
|
||||
|
||||
|
||||
## 3.9.4 / 2023-12-28
|
||||
{: #v3-9-4}
|
||||
|
||||
### Bug Fixes
|
||||
{: #bug-fixes-v3-9-4}
|
||||
|
||||
- Backport [#9392]({{ site.repository }}/issues/9392) for v3.9.x: Add support for Ruby 3.3 Logger ([#9513]({{ site.repository }}/issues/9513))
|
||||
|
||||
|
||||
## 3.9.3 / 2023-01-29
|
||||
{: #v3-9-3}
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: 'Jekyll 3.9.4 Released'
|
||||
date: 2023-12-28 14:45:05 -0800
|
||||
author: parkr
|
||||
version: 3.9.4
|
||||
categories: [release]
|
||||
---
|
||||
|
||||
Hey Jekyllers!
|
||||
|
||||
This release, 3.9.4, is to bring Ruby 3.3 support to Jekyll. You can find
|
||||
the details in [the changelog]({% link _docs/history.md %}#v3-9-4).
|
||||
|
||||
Happy Jekylling!
|
Loading…
Reference in New Issue