Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
znorman-harris committed Jul 18, 2023
1 parent 4bc080b commit dfcb5c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Here are some of the features that notebooks bring:

- Only support for IDL code (no Python or other languages at this time)

Fixed an issue where garbage collection was not turning on and caused out-of-memory errors which led to language server crashes

Added a cache to reduce memory usage for worker threads (large workspaces with 300+ files should use about 50% less RAM). Coincidentally this also improved performance as well.

On startup, a new log statement prints to show the state of garbage collection: `idl-lsp info Garbage collection enabled: true`

## 3.0.6 - July 2023

Improved message when language server crashes and a button that opens documentation for workarounds for the memory problem
Expand Down

0 comments on commit dfcb5c5

Please sign in to comment.