From 0815f919dab74a1f0ce0437b9c8848d62d2f0604 Mon Sep 17 00:00:00 2001 From: thequietman44 Date: Wed, 13 Jun 2018 12:33:51 -0400 Subject: [PATCH] Updated Unreleased section with fixes for #190 and #198 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2543994c1..0752cf339 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,8 @@ The xADServicePrincipalName DSC resource will manage service principal names. ### Unreleased * Changes to xActiveDirectory + * Changed MSFT_xADUser.schema.mof version to "1.0.0.0" to match other resources ([issue #190](https://github.com/PowerShell/xActiveDirectory/issues/190). [thequietman44 (@thequietman44)](https://github.com/thequietman44) + * Removed duplicated code from examples in README.md ([issue #198](https://github.com/PowerShell/xActiveDirectory/issues/198). [thequietman44 (@thequietman44)](https://github.com/thequietman44) * Activated the GitHub App Stale on the GitHub repository. * The resources are now in alphabetical order in the README.md ([issue #194](https://github.com/PowerShell/xActiveDirectory/issues/194)).