Move reference to #5380.

This commit is contained in:
Parker Moore 2016-09-20 17:04:26 -07:00
parent 1ac87eaae2
commit 9ae0a7023b
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 4 deletions

View File

@ -16,6 +16,7 @@
* 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)
* 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
@ -67,10 +68,6 @@
* Run executable for Cucumber via Ruby instead of Shell (#5383)
* Appease Rubocop (#5381)
### buf
* Only complain about `kramdown.coderay` if it is actually in the config (#5380)
## 3.2.1 / 2016-08-02
### Bug Fixes