Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6421

Show
Ignore:
Timestamp:
03/14/07 01:25:05 (1 year ago)
Author:
bitsweat
Message:

Clarify changelog entries.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-2-stable/actionpack/CHANGELOG

    r6395 r6421  
    11*1.13.3* (March 12th, 2007) 
    22 
    3 * Apply [5709] to stable. 
     3* Fix a bug in Routing where a parameter taken from the path of the current request could not be used as a query parameter for the next.  #6752 [Nicholas Seckar] 
    44 
    55* session_enabled? works with session :off.  #6680 [Catfish] 
  • branches/1-2-stable/railties/CHANGELOG

    r6395 r6421  
    11*1.2.3* (March 12th, 2007) 
    22 
    3 * Ruby 1.8.6 compatibility 
     3* Ruby 1.8.6 compatibility fixes. Upgrade rake dependency to 0.7.2. 
    44 
    55* Windows: include MinGW in RUBY_PLATFORM check.  #2982 [okkez000@gmail.com, Kaspar Schiess]