diff --git a/changelog.md b/changelog.md index 883d5d0..cee7931 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# 7.8.0 +Thanks [James O'Neill](https://github.com/jhoneill) + +- Updated example Get-ModuleStats that extracts module statistics on the PowerShell Gallery. +- Added GroupNumericColumn and GroupDateColumn to New-PivotTableDefinition and Add-PivotTable. + +|GroupNumericColumn|GroupDateColumn| +|:---:|:---:| +|![](images/GroupNumericColumn.png)|![](images/GroupDateColumn.png)| + # Example added Thank you [@kkazala](https://github.com/kkazala) diff --git a/images/GroupDateColumn.png b/images/GroupDateColumn.png new file mode 100644 index 0000000..90dfcf8 Binary files /dev/null and b/images/GroupDateColumn.png differ diff --git a/images/GroupNumericColumn.png b/images/GroupNumericColumn.png new file mode 100644 index 0000000..6a52682 Binary files /dev/null and b/images/GroupNumericColumn.png differ