Add Jekyll 3.10.0 release post & history (#9625)
Merge pull request 9625
This commit is contained in:
parent
e44b52d9f9
commit
822ac4fa47
|
@ -99,6 +99,19 @@
|
||||||
|
|
||||||
* Backport #9237 for v4.3.x: Use Hash explicitly for Struct initializer (#9285)
|
* Backport #9237 for v4.3.x: Use Hash explicitly for Struct initializer (#9285)
|
||||||
|
|
||||||
|
## 3.10.0 / 2024-06-23
|
||||||
|
|
||||||
|
### Minor Enhancements
|
||||||
|
|
||||||
|
* Backport add-csv-dependency from #9522 to Jekyll 3 (#9616)
|
||||||
|
* 3.10-stable: Add webrick as a dependency (#9620)
|
||||||
|
|
||||||
|
## 3.9.5 / 2024-02-12
|
||||||
|
|
||||||
|
### Minor Enhancements
|
||||||
|
|
||||||
|
* 3.9-stable: allow Pages to be Excerpted (#9550)
|
||||||
|
|
||||||
## 3.9.4 / 2023-12-28
|
## 3.9.4 / 2023-12-28
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -18,6 +18,25 @@ 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))
|
- Backport [#9237]({{ site.repository }}/issues/9237) for v4.3.x: Use Hash explicitly for Struct initializer ([#9285]({{ site.repository }}/issues/9285))
|
||||||
|
|
||||||
|
|
||||||
|
## 3.10.0 / 2024-06-23
|
||||||
|
{: #v3-10-0}
|
||||||
|
|
||||||
|
### Minor Enhancements
|
||||||
|
{: #minor-enhancements-v3-10-0}
|
||||||
|
|
||||||
|
- Backport add-csv-dependency from [#9522]({{ site.repository }}/issues/9522) to Jekyll 3 ([#9616]({{ site.repository }}/issues/9616))
|
||||||
|
- 3.10-stable: Add webrick as a dependency ([#9620]({{ site.repository }}/issues/9620))
|
||||||
|
|
||||||
|
|
||||||
|
## 3.9.5 / 2024-02-12
|
||||||
|
{: #v3-9-5}
|
||||||
|
|
||||||
|
### Minor Enhancements
|
||||||
|
{: #minor-enhancements-v3-9-5}
|
||||||
|
|
||||||
|
- 3.9-stable: allow Pages to be Excerpted ([#9550]({{ site.repository }}/issues/9550))
|
||||||
|
|
||||||
|
|
||||||
## 3.9.4 / 2023-12-28
|
## 3.9.4 / 2023-12-28
|
||||||
{: #v3-9-4}
|
{: #v3-9-4}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: 'Jekyll 3.10.0 Released'
|
||||||
|
date: 2024-06-23 21:56:58 -0700
|
||||||
|
author: parkr
|
||||||
|
version: 3.10.0
|
||||||
|
categories: [release]
|
||||||
|
---
|
||||||
|
|
||||||
|
As Ruby continues to march on, the maintainers have made the decision to
|
||||||
|
drop some previously-bundled gems. This release makes Jekyll depend
|
||||||
|
directly on those gems so that whether your Ruby installation has them
|
||||||
|
bundled or not, your experience can continue uninterrupted.
|
||||||
|
|
||||||
|
More details [are in the changelog]({% link _docs/history.md %}#v3-10-0).
|
||||||
|
|
||||||
|
Happy Jekylling!
|
Loading…
Reference in New Issue