Changeset 1107
- Timestamp:
- 12/14/07 00:51:27 (1 year ago)
- Files:
-
- trunk/CHANGELOG (modified) (2 diffs)
- trunk/lib/merb/version.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r1104 r1107 1 == 0.4.2 "tagline" 2007-11-XX 1 == 0.5.0 "The big cleanup." 2008-01-31 2 3 4 == 0.4.2 "Surf's up." 2007-12-14 2 5 * Super-huge speed boost for rendering Erubis templates with partials 3 6 * Windows-specific fixes to Merb's Rakefile … … 27 30 * Made Request#parse_multipart return an empty hash instead of nil if the request is not multipart 28 31 * Changes throw_content so that it can be called without a block 29 * 32 * Added :namespace option to routes. 30 33 31 34 trunk/lib/merb/version.rb
r997 r1107 1 1 module Merb 2 VERSION='0. 4.2' unless defined?(::Merb::VERSION)2 VERSION='0.5.0' unless defined?(::Merb::VERSION) 3 3 4 4 # Merb::RELEASE meanings:
