Sha256: a72f91356b314ba4ce2a52cd99e474cec29fff9c0574cc9065fc1533630dbb6f

Contents?: true

Size: 557 Bytes

Versions: 32

Compression:

Stored size: 557 Bytes

Contents

= New Features

* A status_303 plugin has been added, which changes the default
  redirect status from 302 to 303 if the HTTP version is 1.1 and
  the request is not a GET request.

= Other Improvements

* Roda is now optimized for ruby 2.3+ using frozen string literals
  instead of constant references.  This improves performance on ruby
  2.3+, and decreases performance on ruby <2.3.

= Backwards Compatibility

* Many now unused internal constants are now deprecated, and
  attempting to access them will result in deprecation warnings
  on ruby 2.3+.

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
roda-3.9.0 doc/release_notes/2.28.0.txt
roda-3.8.0 doc/release_notes/2.28.0.txt
roda-3.7.0 doc/release_notes/2.28.0.txt
roda-3.6.0 doc/release_notes/2.28.0.txt
roda-3.5.0 doc/release_notes/2.28.0.txt
roda-3.4.0 doc/release_notes/2.28.0.txt
roda-3.3.0 doc/release_notes/2.28.0.txt
roda-3.2.0 doc/release_notes/2.28.0.txt
roda-3.1.0 doc/release_notes/2.28.0.txt
roda-3.0.0 doc/release_notes/2.28.0.txt
roda-2.29.0 doc/release_notes/2.28.0.txt
roda-2.28.0 doc/release_notes/2.28.0.txt