diff options
author | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2018-12-08 10:01:21 +0100 |
---|---|---|
committer | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2018-12-08 10:04:53 +0100 |
commit | 0a749f1a37e372d99bfa956803affeb63ec04ce5 (patch) | |
tree | 8c8e227f8de5d9ef56c61c98e1072fa49d4d0f94 /changelog.md | |
parent | 160a03464310d8a9e1ffaf83d73904df3439df78 (diff) | |
download | Nim-0a749f1a37e372d99bfa956803affeb63ec04ce5.tar.gz |
Make options.UnpackError inherit from system.Defect
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6dbfa1a2d..093ea7ae2 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,8 @@ - `osproc.execProcess` now also takes a `workingDir` parameter. +- `options.UnpackError` is no longer a ref type and inherits from `System.Defect` instead of `System.ValueError`. + #### Breaking changes in the compiler - The compiler now implements the "generic symbol prepass" for `when` statements |