From 2eb68999b0fc1b6bfca876c9ba1fc730e5d8048c Mon Sep 17 00:00:00 2001 From: Nilesh Ghodekar Date: Sun, 10 Jul 2016 20:52:36 +0100 Subject: [PATCH] Updated ChangeLog.md for v2.16.0710.0 --- ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4a443f1..18dc656 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,20 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre ------------ +### Version 2.16.0710.0 + +#### Changed + +* RunPowerShellScript User for can now be specified in the UPN format. The Domain\UserName or UPN format is also only required if "Impersonate PowerShell User" option is selected. +* Iteration in CreateResource, DeleteResource and UpdateResources activities now re-evaluates not only `[//Value]` expressions but also `[//WorkflowData]` expressions. + +#### Added + +* `FormatMultivaluedString` function now supports more than one list of strings as input to format. +* `ConvertToUniqueIdentifier` now supports a Guid in byte[] format as input. + +------------ + ### Version 2.16.0320.0 #### Changed