From 476ae71521cb0060395a3a836c8e21bac6e0bfb6 Mon Sep 17 00:00:00 2001 From: nathanvda Date: Wed, 20 Jul 2011 23:59:20 +0200 Subject: [PATCH] Describe why the new version was needed. --- History.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/History.md b/History.md index ed406f4..765cd8d 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ # Change History / Release Notes +## Version 1.0.7 (20/06/2011) + +Apparently, the gem 1.0.6 which was generated with ruby 1.9.2 gave the following error upon install: + + uninitialized constant Psych::Syck (NameError) + +This is related to this bug: http://rubyforge.org/tracker/?group_id=126&atid=575&func=detail&aid=29163 + +This should be fixed in the next release of rubygems, the fix should be to build the gem with ruby 1.8.7. +Let's hope this works. + ## Version 1.0.6 (19/06/2011) * The javascript has been improved to consistently use `e.preventDefault` instead of returning false.