Browse Source

Release 0.10.2

v1.x 0.10.2
Tj Holowaychuk 13 years ago
parent
commit
b63c7db9f4
  1. 6
      History.md
  2. 2
      lib/canvas.js

6
History.md

@ -1,4 +1,10 @@
0.10.2 / 2012-02-06
==================
* Fixed: Context2d setters with invalid values ignored
* Changed: replaced seek with `fstat()`
0.10.1 / 2012-01-31
==================

2
lib/canvas.js

@ -29,7 +29,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.10.1';
exports.version = '0.10.2';
/**
* Cairo version.

Loading…
Cancel
Save