From bb1befc22bf99d6ba36592976443aa564c8d31a1 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 3 Nov 2014 21:57:29 -0500 Subject: [PATCH] Filling in a bunch of changes for the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707c986..37b7a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Squib CHANGELOG +## v0.0.5 +* New sample for demonstrating direct cairo access +* README now includes a snazzy screencast of the Sublime snippets +* Rotation of text works more conventionally now, and works with text hints +* Better code styles thanks to RuboCop +* Better unit testing, now with mocking! +* Various version bumps: rspec, yard + ## v0.0.4 * Added a font size override so you can vary the font size with the same style across strings more easily * Added text autoscale sample