diff --git a/Changelog.md b/Changelog.md index 0f4e061..fce0a56 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Changelog -## 0.9.2 - 2001/06/23 + +## 0.9.3 - 20011/08/11 + +* Better documentation for the C extension memory management +* Always lock V8 operations, always. +* GH-86 Context#[], Context#[]= always looks up values from the JavaScript scope, even when it's a Ruby object + +## 0.9.2 - 20011/06/23 * fix issue with 1.8.7 where object allocation inside of GC was segfaulting diff --git a/lib/v8/version.rb b/lib/v8/version.rb index 1cfcf8b..413d9d5 100644 --- a/lib/v8/version.rb +++ b/lib/v8/version.rb @@ -1,3 +1,3 @@ module V8 - VERSION = "0.9.3beta1" + VERSION = "0.9.3" end \ No newline at end of file