changelog.md in configure-s3-website-2.0.0.pre.RC1 vs changelog.md in configure-s3-website-2.0.0.pre.RC2

- old
+ new

@@ -34,9 +34,18 @@ * There might be other incompatible settings in your old configuration, but should them exist, the AWS SDK client will print you a helpful error and then safely exit. If this happens, just fix the problems that client reports and try again. +Also, the arrays in hashes are now merged: + +``` +source = {:x => [{:y => 1}]} +dest = {:x => [{:z => 2}]} +# merge... +Results: {:x => [{:y => 1, :z => 2}]} +``` + ## 1.7.5 * Fix CreateBucket broken in 1.7.4 ## 1.7.4