Don't offer more before you've given any. props @benbalter
This commit is contained in:
parent
6b82942156
commit
5737a50782
|
@ -6,8 +6,6 @@ author: parkr
|
||||||
categories: [release, jekyll]
|
categories: [release, jekyll]
|
||||||
---
|
---
|
||||||
|
|
||||||
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
|
||||||
|
|
||||||
Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights:
|
Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights:
|
||||||
|
|
||||||
* Add newer `language-` class name prefix to code blocks ([#1037][])
|
* Add newer `language-` class name prefix to code blocks ([#1037][])
|
||||||
|
@ -18,6 +16,8 @@ Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights:
|
||||||
* Don't print deprecation warning when no arguments are specified. ([#1041][])
|
* Don't print deprecation warning when no arguments are specified. ([#1041][])
|
||||||
* Add missing `</div>` to site template used by `new` subcommand, fixed typos in code ([#1032][])
|
* Add missing `</div>` to site template used by `new` subcommand, fixed typos in code ([#1032][])
|
||||||
|
|
||||||
|
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
||||||
|
|
||||||
{% assign issue_numbers = "1037|1040|1048|1053|1045|1041|1032" | split: "|" %}
|
{% assign issue_numbers = "1037|1040|1048|1053|1045|1041|1032" | split: "|" %}
|
||||||
{% for issue in issue_numbers %}
|
{% for issue in issue_numbers %}
|
||||||
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
||||||
|
|
|
@ -6,8 +6,6 @@ author: parkr
|
||||||
categories: [release, jekyll]
|
categories: [release, jekyll]
|
||||||
---
|
---
|
||||||
|
|
||||||
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
|
||||||
|
|
||||||
v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0
|
v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0
|
||||||
releases, and fix some other annoying bugs:
|
releases, and fix some other annoying bugs:
|
||||||
|
|
||||||
|
@ -19,6 +17,8 @@ releases, and fix some other annoying bugs:
|
||||||
* Add a `data-lang="<lang>"` attribute to Redcarpet code blocks ([#1066][])
|
* Add a `data-lang="<lang>"` attribute to Redcarpet code blocks ([#1066][])
|
||||||
* Catching that Redcarpet gem isn't installed ([#1059][])
|
* Catching that Redcarpet gem isn't installed ([#1059][])
|
||||||
|
|
||||||
|
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
||||||
|
|
||||||
{% assign issue_numbers = "1059|1061|1066|1067|1078|1081|1084" | split: "|" %}
|
{% assign issue_numbers = "1059|1061|1066|1067|1078|1081|1084" | split: "|" %}
|
||||||
{% for issue in issue_numbers %}
|
{% for issue in issue_numbers %}
|
||||||
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
||||||
|
|
|
@ -6,8 +6,6 @@ author: parkr
|
||||||
categories: [release, jekyll]
|
categories: [release, jekyll]
|
||||||
---
|
---
|
||||||
|
|
||||||
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
|
||||||
|
|
||||||
v1.0.3 contains some key enhancements and bug fixes:
|
v1.0.3 contains some key enhancements and bug fixes:
|
||||||
|
|
||||||
- Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][])
|
- Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][])
|
||||||
|
@ -16,6 +14,8 @@ v1.0.3 contains some key enhancements and bug fixes:
|
||||||
- Fix compatibility with `exclude` and `include` with pre-1.0 Jekyll ([#1114][])
|
- Fix compatibility with `exclude` and `include` with pre-1.0 Jekyll ([#1114][])
|
||||||
- Fix pagination issue regarding `File.basename` and `page:num` ([#1063][])
|
- Fix pagination issue regarding `File.basename` and `page:num` ([#1063][])
|
||||||
|
|
||||||
|
_(Take a look at the [History][] page in the docs for more detailed information.)_
|
||||||
|
|
||||||
{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %}
|
{% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %}
|
||||||
{% for issue in issue_numbers %}
|
{% for issue in issue_numbers %}
|
||||||
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
||||||
|
|
Loading…
Reference in New Issue