CHANGELOG.md in spout-0.7.0.beta2 vs CHANGELOG.md in spout-0.7.0.beta3
- old
+ new
@@ -1,8 +1,17 @@
## 0.7.0
### Enhancements
- Added `spout graphs` command that generates pie charts and histograms of each variable in a dataset
+ - The following flags are available:
+ - `spout g --type-numeric`
+ - `spout g --type-integer`
+ - `spout g --type-choices`
+ - `spout g --size-lg`
+ - `spout g --size-sm`
+ - `spout g --type-numeric --size-sm`
+ - For specific variables the following can be used:
+ - `spout g --id-<variable_id>`
## 0.6.0 (March 7, 2014)
### Enhancement
- Added `spout coverage` command that generates a coverage report of how well a dataset matches the data dictionary