gcnovus and bahuvrihi no longer exist on GitHub.
This commit is contained in:
parent
10d6dcc4a9
commit
9b107a129a
|
@ -1135,9 +1135,9 @@
|
||||||
* 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)
|
site payload (@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)
|
(@ 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
|
||||||
|
@ -1147,7 +1147,7 @@
|
||||||
* Added trailing slash to pretty permalink style so Apache is happy
|
* Added trailing slash to pretty permalink style so Apache is happy
|
||||||
(@eugenebolshakov)
|
(@eugenebolshakov)
|
||||||
* Bad markdown processor in config fails sooner and with better message
|
* Bad markdown processor in config fails sooner and with better message
|
||||||
(@gcnovus)
|
(@ gcnovus)
|
||||||
* Allow CRLFs in yaml frontmatter (@juretta)
|
* Allow CRLFs in yaml frontmatter (@juretta)
|
||||||
* Added Date#xmlschema for Ruby versions < 1.9
|
* Added Date#xmlschema for Ruby versions < 1.9
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue