Skip to content

Commit

Permalink
reverse CHANGES so most recent releases are at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Feb 27, 2012
1 parent 331fbed commit dbedefd
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions CHANGES
@@ -1,21 +1,15 @@
0.1: 17 May 2011 0.4: 22 October 2011
* initial preview release

0.1.1: 18 May 2011
* fix tic-tac-toe example

0.1.2: 18 May 2011
* link to new website


0.2: 3 June 2011 * New features:
+ Support for drawing directly to Gtk widgets
+ Support for path fill rule attribute


* add Typeable and other instances for Cairo type * New/improved examples


* generalize Result type to (IO (), Render ()), so programs that * Improved documentation
don't want to generate a file but just want a Render operation
(e.g. to use to paint a gtk window) can use the second component.


* add support for opacity attribute and path clipping * Bug fixes:
+ Warning for unsupported image types (#41)


0.3: 18 June 2011 0.3: 18 June 2011


Expand All @@ -25,15 +19,22 @@
+ simple text support + simple text support
+ simple support for external PNG images + simple support for external PNG images


0.4: 22 October 2011 0.2: 3 June 2011


* New features: * add Typeable and other instances for Cairo type
+ Support for drawing directly to Gtk widgets
+ Support for path fill rule attribute


* New/improved examples * generalize Result type to (IO (), Render ()), so programs that
don't want to generate a file but just want a Render operation
(e.g. to use to paint a gtk window) can use the second component.


* Improved documentation * add support for opacity attribute and path clipping

0.1.2: 18 May 2011
* link to new website

0.1.1: 18 May 2011
* fix tic-tac-toe example

0.1: 17 May 2011
* initial preview release


* Bug fixes:
+ Warning for unsupported image types (#41)

0 comments on commit dbedefd

Please sign in to comment.