Release 2.0.2
This commit is contained in:
parent
3cc439a1cc
commit
ac666490d2
|
@ -6,11 +6,17 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
### Development Fixes
|
||||
|
||||
### Site Enhancements
|
||||
|
||||
## v2.0.2 / 2014-05-07
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Correct use of `url` and `baseurl` in the site template. (#2317)
|
||||
* Default `baseurl` to `""` (#2317)
|
||||
|
||||
### Development Fixes
|
||||
|
||||
### Site Enhancements
|
||||
|
||||
* Correct docs for the `gist` plugin so it always includes the username. (#2314)
|
||||
|
@ -165,7 +171,7 @@
|
|||
* Refactor `Commands::Serve`. (#2269)
|
||||
* Refactor `highlight` tag (#2154)
|
||||
* Update `Util` hash functions with latest from Rails (#2273)
|
||||
* Workaround for Travis bug (#2290)
|
||||
* Workaround for Travis bug (#2290)
|
||||
|
||||
### Site Enhancements
|
||||
* Document Kramdown's GFM parser option (#1791)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Jekyll
|
||||
VERSION = '2.0.1'
|
||||
VERSION = '2.0.2'
|
||||
end
|
||||
|
|
|
@ -152,7 +152,7 @@ prev_section: contributing
|
|||
- Refactor `Commands::Serve`. ([#2269]({{ site.repository }}/issues/2269))
|
||||
- Refactor `highlight` tag ([#2154]({{ site.repository }}/issues/2154))
|
||||
- Update `Util` hash functions with latest from Rails ([#2273]({{ site.repository }}/issues/2273))
|
||||
- Workaround for Travis bug ([#2290]({{ site.repository }}/issues/2290))
|
||||
- Workaround for Travis bug ([#2290]({{ site.repository }}/issues/2290))
|
||||
|
||||
### Site Enhancements
|
||||
- Document Kramdown's GFM parser option ([#1791]({{ site.repository }}/issues/1791))
|
||||
|
|
Loading…
Reference in New Issue