summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorOscar Nihlgård <oscarnihlgard@gmail.com>2018-12-08 10:01:21 +0100
committerOscar Nihlgård <oscarnihlgard@gmail.com>2018-12-08 10:04:53 +0100
commit0a749f1a37e372d99bfa956803affeb63ec04ce5 (patch)
tree8c8e227f8de5d9ef56c61c98e1072fa49d4d0f94 /changelog.md
parent160a03464310d8a9e1ffaf83d73904df3439df78 (diff)
downloadNim-0a749f1a37e372d99bfa956803affeb63ec04ce5.tar.gz
Make options.UnpackError inherit from system.Defect
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
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
polymorphic 'print' functions' href='/akkartik/mu/commit/graphics.mu?h=hlt&id=4b62edd8a63cfdde37b0537c9be1e91062bb2892'>4b62edd8 ^
7d2c2d55 ^
ef55a414 ^

02244ae2 ^
ef55a414 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23