diff options
| author | Nick Drozd <nicholasdrozd@gmail.com> | 2018-09-12 19:50:10 -0500 |
|---|---|---|
| committer | Nick Drozd <nicholasdrozd@gmail.com> | 2018-09-13 07:49:17 -0500 |
| commit | a0e052896b2b4dd4f4bc6bef0065f9c6eaa2a75d (patch) | |
| tree | d4584a70ed1deb43d32731a7d363040a6ecc31f7 | |
| parent | 2565d0425297567ab176ab55670c7d0d108b1cb9 (diff) | |
Update changelog
I forgot to do this for the callee-sorting.
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 840ab1d..7d12984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # v0.14 (unreleased) +Function callees are now sorted. + Fixed an issue where source code of primitive variables included the whole surrounding function. This was less useful and significantly slower. |
