diff --git a/CHANGELOG.md b/CHANGELOG.md index 881d479f..90ad8d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Next -- `au_BeforeUpdate` and `au_BeforeUpdate` now provide parameter `Package` of type `[AUPackage]` which you can use to modify Nuspec data. +- `au_BeforeUpdate` and `au_AfterUpdate` now provide parameter `Package` of type `[AUPackage]` which you can use to modify Nuspec data. - Added new function `Set-DescriptionFromReadme` that is called automatically when README.md is present in the package folder ([#85](https://github.com/majkinetor/au/issues/85)). See [documentation](https://github.com/majkinetor/au/tree/automatic_readme#automatic-package-description-from-readmemd). ## 2017.8.30 @@ -246,4 +246,4 @@ Take a look at the [working example](https://github.com/majkinetor/au-packages/b ## 2016.2.19 -- First PoC version. \ No newline at end of file +- First PoC version.