Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyu committed Apr 15, 2015
1 parent a84585a commit ee69256
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## 0.4.0 - 2015-04-15
### Changed
- Don't set HTTP_ORIGIN with HTTP_X_ORIGIN if nil
### Added
- Calculate vary headers for non-CORS resources
- Support custom vary headers for resource
- Support :if option for resource
- Support :any as a possible value for :methods option
### Fixed
- Don't symbolize incoming HTTP request methods

## 0.3.1 - 2014-12-27
### Changed
- Changed the env key to rack.cors to avoid Rack::Lint warnings
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/cors/version.rb
@@ -1,5 +1,5 @@
module Rack
class Cors
VERSION = "0.3.1"
VERSION = "0.4.0"
end
end

0 comments on commit ee69256

Please sign in to comment.