From f7e2460492bf41327182af97832cd0a08c079c27 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Wed, 20 Sep 2017 08:58:20 +0200 Subject: [PATCH] doc --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dc0ab3..f2ea38b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## Next -- 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)). +- 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 - `Update-AUPackages` - - New options to handle update.ps1 errors: `IgnoreOn`, `RepeatOn`,`RepeatCount`,`RepeatSleep`. See [documentation](https://github.com/majkinetor/au#handling-update-errors). ([#76](https://github.com/majkinetor/au/issues/76)) + - New options to handle update.ps1 errors: `IgnoreOn`, `RepeatOn`,`RepeatCount`,`RepeatSleep`. See [documentation](https://github.com/majkinetor/au#handling-update-errors). ([#76](https://github.com/majkinetor/au/issues/76)). - New option `WhatIf` option that will trigger WhatIf on all packages. - New AUPackage properties: `Ignored` (boolean) and `IgnoreMessage`. - Report plugin: `IgnoreMessage` is added in the ignore section.