Move reference to #5380.
This commit is contained in:
parent
1ac87eaae2
commit
9ae0a7023b
|
@ -16,6 +16,7 @@
|
||||||
* Use jekyll-feed to generate the default site's RSS feed (#5196)
|
* Use jekyll-feed to generate the default site's RSS feed (#5196)
|
||||||
* Site#configure_theme: do not set theme unless it's a string (#5189)
|
* Site#configure_theme: do not set theme unless it's a string (#5189)
|
||||||
* Convertible: set self.output in #render_all_layouts and #do_layout (#5337)
|
* Convertible: set self.output in #render_all_layouts and #do_layout (#5337)
|
||||||
|
* Only complain about `kramdown.coderay` if it is actually in the config (#5380)
|
||||||
|
|
||||||
### Site Enhancements
|
### Site Enhancements
|
||||||
|
|
||||||
|
@ -67,10 +68,6 @@
|
||||||
* Run executable for Cucumber via Ruby instead of Shell (#5383)
|
* Run executable for Cucumber via Ruby instead of Shell (#5383)
|
||||||
* Appease Rubocop (#5381)
|
* Appease Rubocop (#5381)
|
||||||
|
|
||||||
### buf
|
|
||||||
|
|
||||||
* Only complain about `kramdown.coderay` if it is actually in the config (#5380)
|
|
||||||
|
|
||||||
## 3.2.1 / 2016-08-02
|
## 3.2.1 / 2016-08-02
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
Loading…
Reference in New Issue