Skip to content

Commit

Permalink
docs(changelog): fix description added to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
morfnasilu committed Jun 16, 2024
1 parent c08799e commit d1b6bd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- DAP: Dynamic library path setup using nigthly rust builds
(stable rustc was always used due to missed cwd parameter).
- DAP: Dynamic linking on macOS didn't work due to a typo in
`DYLD_LIBRARY_PATH` constant.

## [4.24.1] - 2024-06-15

### Fixed
Expand Down

0 comments on commit d1b6bd9

Please sign in to comment.