CHANGELOG.md in spout-0.3.0.rc2 vs CHANGELOG.md in spout-0.3.0.rc3

- old
+ new

@@ -1,13 +1,17 @@ ## 0.3.0 ### Enhancements - Tests now hide passing tests by default - To show all tests, use `spout tv`, or `bundle exec rake` +- Tests now include check for variable and domain name uniqueness across folders + - `include Spout::Tests::VariableNameUniqueness` + - `include Spout::Tests::DomainNameUniqueness` - Exports will now create a folder based on the version specified in the `VERSION` file located in the root of the data dictionary - If a version is specified, `spout export 1.0.1` then the command line version is used - If no version is specified, and no `VERSION` file exists, then the default `1.0.0` is used - The version must be specified on the first line in the `VERSION` file +- Spout can now create a new Spout project in a folder that was cloned from a Git repository - Use of Ruby 2.0.0-p247 is now recommended ## 0.2.0 (June 26, 2013) ### Enhancements