diff options
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 1a005639a..034acf267 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. |