Skip to content

Commit

Permalink
Add CHANGELOG to Yard output and tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Feb 26, 2015
1 parent 2a13e97 commit 261975d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CONTRIBUTING.md
COPYING
LICENSE
README.md
CHANGELOG.md
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PrawnPDF version 2.0.0 -- February 26, 2015
## PrawnPDF 2.0.0 -- 2015-02-26

### Changes to supported Ruby versions

Expand Down Expand Up @@ -174,7 +174,7 @@ for more details.

(Jesse Doyle, [#797](https://github.com/prawnpdf/prawn/issues/797), [#825](https://github.com/prawnpdf/prawn/pull/825))

## PrawnPDF 1.3.0 -- September 28, 2014
## PrawnPDF 1.3.0 -- 2014-09-28

### Added the Prawn::View mixin for using Prawn's DSL in your own classes.

Expand Down Expand Up @@ -251,7 +251,7 @@ or its dependencies.

([TTFunk #21](https://github.com/prawnpdf/ttfunk/pull/21) -- Jesse Doyle)

## PrawnPDF 1.2.1 -- July 27, 2014
## PrawnPDF 1.2.1 -- 2014-07-27

This release includes all changes from 1.2.0, which was yanked due to a packaging error.

Expand Down Expand Up @@ -324,7 +324,7 @@ When we extracted Prawn::ManualBuilder, we accidentally broke its support for
Ruby 1.9.3. That issue has been resolved, and a new version of the
`prawn-manual_builder` gem has been released.

## PrawnPDF 1.1.0 -- June 27, 2014
## PrawnPDF 1.1.0 -- 2014-06-27

In addition to the notes below, please see the
[Prawn 1.1 blog post](http://elmcitycraftworks.org/post/90062338793/prawn-1-1-0-released").
Expand Down Expand Up @@ -398,7 +398,7 @@ This is a fix for yet another edge case in cell width calculations. See tickets

([#710](https://github.com/prawnpdf/prawn/issues/710), [#712](https://github.com/prawnpdf/prawn/pull/712) Hartwig Brandl)

## PrawnPDF 1.0.0 -- March 16, 2014
## PrawnPDF 1.0.0 -- 2014-03-16

In addition to the notes below, please see the [Prawn 1.0 blog post.][1-0-blog-post]

Expand Down

0 comments on commit 261975d

Please sign in to comment.