Commit 48af037b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Update docs for 2.0.pre2 release.

parent 191f1aa7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ JsDuck was developed by [Rene Saarsoo](http://triin.net),
with many contributions from [Nick Poulden](https://github.com/nick).

Thanks to [Ondřej Jirman](https://github.com/megous),
[Thomas Aylott](https://github.com/subtleGradient),
[johnnywengluu](https://github.com/johnnywengluu),
[gevik](https://github.com/gevik),
[ligaard](https://github.com/ligaard), and many-many others who
@@ -158,6 +159,11 @@ reported bugs, submitted patches, and provided a lot of useful input.
Changelog
---------

* 2.0.pre2 - Fixes for the previous pre-release.
  * New --stdout command line option.
  * Fix opening links in new tabs.
  * Few other small bugfixes and enhancements.

* 2.0.pre - Completely overhauled Ext4-themed version.
  * Currently in a pre-release state.

+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
  s.required_rubygems_version = ">= 1.3.7"

  s.name = 'jsduck'
  s.version = '2.0.pre'
  s.date = '2011-06-30'
  s.version = '2.0.pre2'
  s.date = '2011-07-06'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for ExtJS 4"
  s.homepage = "https://github.com/senchalabs/jsduck"