gcnovus and bahuvrihi no longer exist on GitHub.

This commit is contained in:
Parker Moore 2014-07-24 15:21:36 -04:00
parent 10d6dcc4a9
commit 9b107a129a
2 changed files with 6 additions and 6 deletions

View File

@ -1137,7 +1137,7 @@
* Posts can now have an empty YAML front matter or none at all * Posts can now have an empty YAML front matter or none at all
(@ bahuvrihi) (@ bahuvrihi)
* Bug Fixes * Bug Fixes
* Fixing Ruby 1.9 issue that requires to_s on the err object * Fixing Ruby 1.9 issue that requires `#to_s` on the err object
(@Chrononaut) (@Chrononaut)
* Fixes for pagination and ordering posts on the same day (@ujh) * Fixes for pagination and ordering posts on the same day (@ujh)
* Made pages respect permalinks style and permalinks in yml front matter * Made pages respect permalinks style and permalinks in yml front matter

View File

@ -1277,9 +1277,9 @@ prev_section: contributing
- Configuration options set in config.yml are now available through the - Configuration options set in config.yml are now available through the
site payload ([@vilcans](https://github.com/vilcans)) site payload ([@vilcans](https://github.com/vilcans))
- Posts can now have an empty YAML front matter or none at all - Posts can now have an empty YAML front matter or none at all
([@bahuvrihi](https://github.com/bahuvrihi)) (@ bahuvrihi)
- Bug Fixes - Bug Fixes
- Fixing Ruby 1.9 issue that requires to_s on the err object - Fixing Ruby 1.9 issue that requires `#to_s` on the err object
([@Chrononaut](https://github.com/Chrononaut)) ([@Chrononaut](https://github.com/Chrononaut))
- Fixes for pagination and ordering posts on the same day ([@ujh](https://github.com/ujh)) - Fixes for pagination and ordering posts on the same day ([@ujh](https://github.com/ujh))
- Made pages respect permalinks style and permalinks in yml front matter - Made pages respect permalinks style and permalinks in yml front matter
@ -1289,7 +1289,7 @@ prev_section: contributing
- Added trailing slash to pretty permalink style so Apache is happy - Added trailing slash to pretty permalink style so Apache is happy
([@eugenebolshakov](https://github.com/eugenebolshakov)) ([@eugenebolshakov](https://github.com/eugenebolshakov))
- Bad markdown processor in config fails sooner and with better message - Bad markdown processor in config fails sooner and with better message
([@gcnovus](https://github.com/gcnovus)) (@ gcnovus)
- Allow CRLFs in yaml frontmatter ([@juretta](https://github.com/juretta)) - Allow CRLFs in yaml frontmatter ([@juretta](https://github.com/juretta))
- Added Date#xmlschema for Ruby versions < 1.9 - Added Date#xmlschema for Ruby versions < 1.9