diff --git a/CHANGES b/CHANGES index ea8c344..e35856e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,21 +1,15 @@ -0.1: 17 May 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.4: 22 October 2011 -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 - 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 + * Bug fixes: + + Warning for unsupported image types (#41) 0.3: 18 June 2011 @@ -25,15 +19,22 @@ + simple text support + simple support for external PNG images -0.4: 22 October 2011 +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 + 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) \ No newline at end of file