From 61f4dc0fc98fab407990c2d16df5adc7af608eb0 Mon Sep 17 00:00:00 2001 From: Rob Dockins Date: Wed, 9 Dec 2020 11:11:39 -0800 Subject: [PATCH] update CHANGES.md --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e34d68e3..ecbc7b4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# NEXT + +## New features + +* By default, the interpreter will now track source locations of + expressions being evaluated, and retain call stack information. + This information is incorporated into error messages arising from + runtime errors. This additional bookkeeping incurs significant + runtime overhead, but may be disabled using the `--no-call-stacks` + command-line option. + # 2.10.0 ## Language changes