Skip to content

Commit

Permalink
Add to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Mar 7, 2024
1 parent b877c31 commit e360ce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELO

### Compiler changes

* The compiler now differentiates between "package search path" and "package directories." Previously both were combined (as seen in the `idris2 --paths` output for "Package Directories"). Now entries in the search path will be printed under an "Package Search Paths" entry and package directories will continue to be printed under "Package Directories." The `IDRIS2_PACKAGE_PATH` environment variable adds to the "Package Search Paths." Functionally this is not a breaking change.

#### RefC Backend

* Fix invalid memory read onf strSubStr.
Expand Down

0 comments on commit e360ce4

Please sign in to comment.