From 6206ba8f30e09492b2f7be5732dd2d53a26cc253 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 26 Nov 2018 10:40:16 +0100 Subject: [PATCH] document the breaking change for osproc --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1a005639ae..034acf2677 100644 --- a/changelog.md +++ b/changelog.md @@ -27,6 +27,7 @@ #### Breaking changes in the standard library +- `osproc.execProcess` now also takes a `workingDir` parameter. #### Breaking changes in the compiler @@ -61,7 +62,7 @@ proc enumToString*(enums: openArray[enum]): string = - Added `system.typeof` for more control over how `type` expressions can be deduced. -- Added `macros.isInstantiationOf` for checking if the proc symbol +- Added `macros.isInstantiationOf` for checking if the proc symbol is instantiation of generic proc symbol.