<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,47 @@
+2009-08-07  Loren Segal &lt;lsegal@soen.ca&gt;
+
+  * ChangeLog, README.markdown, lib/yard.rb, yard.gemspec: Bump version to
+  0.2.3.4
+
+  * lib/rubygems_plugin.rb: Undefine RubyGems methods before redefining to
+  avoid 'ruby -w' warnings
+
+2009-08-05  Loren Segal &lt;lsegal@soen.ca&gt;
+
+  * spec/code_objects/class_object_spec.rb,
+  spec/handlers/alias_handler_spec.rb, spec/handlers/method_handler_spec.rb:
+  Refactoring and optimizations
+
+  * spec/handlers/alias_handler_spec.rb,
+  spec/handlers/attribute_handler_spec.rb,
+  spec/handlers/class_condition_handler_spec.rb,
+  spec/handlers/class_variable_handler_spec.rb,
+  spec/handlers/constant_handler_spec.rb,
+  spec/handlers/exception_handler_spec.rb,
+  spec/handlers/extend_handler_spec.rb,
+  spec/handlers/method_condition_handler_spec.rb,
+  spec/handlers/method_handler_spec.rb, spec/handlers/mixin_handler_spec.rb,
+  spec/handlers/module_handler_spec.rb,
+  spec/handlers/visibility_handler_spec.rb,
+  spec/handlers/yield_handler_spec.rb: Only parse once for each spec file (to
+  improve test running time)
+
+  * lib/yard/autoload.rb, lib/yard/parser/ruby/ruby_parser.rb,
+  lib/yard/parser/source_parser.rb, spec/handlers/class_handler_spec.rb,
+  spec/handlers/spec_helper.rb, spec/parser/ruby/ruby_parser_spec.rb,
+  spec/parser/source_parser_spec.rb: Move ParserSyntaxError into Parser
+  namespace and display a warning for a syntax error with 1.9 parser
+
+  * spec/parser/ruby/ruby_parser_spec.rb: Test for raising of ParserSyntaxError
+
+  * lib/yard/parser/ruby/ruby_parser.rb, spec/parser/ruby/ruby_parser_spec.rb:
+  Fix support for new 1.9 lambda syntax -&gt;() { }
+
+  * lib/yard/handlers/ruby/legacy/base.rb: 1.9.2 cannot send() to protected
+  methods, make tokval_list private
+
+  * Rakefile, lib/yard.rb: Temporary fixes for LOAD_PATH changes in 1.9.2
+
 2009-07-26  Loren Segal &lt;lsegal@soen.ca&gt;
 
   * ChangeLog, README.markdown, lib/yard.rb, yard.gemspec: Bump version to</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-YARD Release 0.2.3.3 (July 26th 2009)
+YARD Release 0.2.3.4 (August 7th 2009)
 =====================================
 
 **Homepage**:  [http://yard.rubyforge.org](http://yard.rubyforge.org)   </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module YARD
-  VERSION = &quot;0.2.3.3&quot;
+  VERSION = &quot;0.2.3.4&quot;
   ROOT = File.dirname(__FILE__)
   TEMPLATE_ROOT = File.join(File.dirname(__FILE__), '..', 'templates')
   </diff>
      <filename>lib/yard.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,8 @@ SPEC = Gem::Specification.new do |s|
     exported to a number of formats very easily, and also supports extending for
     custom Ruby constructs such as custom class level definitions.
   eof
-  s.version       = &quot;0.2.3.3&quot;
-  s.date          = &quot;2009-07-26&quot;
+  s.version       = &quot;0.2.3.4&quot;
+  s.date          = &quot;2009-08-07&quot;
   s.author        = &quot;Loren Segal&quot;
   s.email         = &quot;lsegal@soen.ca&quot;
   s.homepage      = &quot;http://yard.soen.ca&quot;</diff>
      <filename>yard.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e0b0355c8fb39aaf2fb004be5b8aeee69556f74f</id>
    </parent>
  </parents>
  <author>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </author>
  <url>http://github.com/lsegal/yard/commit/ba35c76b78ed36404a462543c0218c71004e2a39</url>
  <id>ba35c76b78ed36404a462543c0218c71004e2a39</id>
  <committed-date>2009-08-07T10:48:26-07:00</committed-date>
  <authored-date>2009-08-07T10:48:26-07:00</authored-date>
  <message>Bump version to 0.2.3.4</message>
  <tree>e281798e7ef3523d0c7c1009e6bd4a35ae3cdf41</tree>
  <committer>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </committer>
</commit>
