From 806cae192bb6251d920125cb6414cc38ab1a2cbe Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sun, 12 Jul 2015 00:57:57 -0400 Subject: [PATCH] Document #88 resolution in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d1ecd..415a0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Compatibility: Bugs: * Fixed a `Cairo::WriteError` on `save_sheet` (#56, PR #96 thank you @meltheadorable!) +* Investigated a NoMemoryError on Macs. Solution: upgrade to Ruby 2.2. (#88) Chores: * Refactoring to make internal drawing code more DRY (#75, and much more). This is a big re-design that will help ease future features that involve manipulating arguments. Trust me. This was worth the wait and all the hard work.