Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog for Mun 0.5.0 #545

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Fixed

## [0.5.0] - 2023-12-28

### Added

- Suggestions if an invoked function cannot be found [#524](https://github.com/mun-lang/mun/pull/524)
- Script for running and collecting Miri logs [#537](https://github.com/mun-lang/mun/pull/537)
- Tests for multi-file hot reloading [#522](https://github.com/mun-lang/mun/pull/522)

### Changed

- Bump LLVM from 13 to 14 [#495](https://github.com/mun-lang/mun/pull/495)
- Bump Inkwell to 0.2.0 [#528](https://github.com/mun-lang/mun/pull/528)
- Use detailed error enums instead of `anyhow` in libraries [#521](https://github.com/mun-lang/mun/pull/521)
- Bump Inkwell to 0.2.0 [#529](https://github.com/mun-lang/mun/pull/529)
- Bump Rust to 1.73 [#515](https://github.com/mun-lang/mun/pull/515) [#541](https://github.com/mun-lang/mun/pull/541)

### Fixed

- Invalid output module path in ABI [#520](https://github.com/mun-lang/mun/pull/520)
- Missing `polly` static library [#523](https://github.com/mun-lang/mun/pull/523)
- Missing validators in diagnostics tests [#527](https://github.com/mun-lang/mun/pull/527)
- Detect and report cyclic type aliases and leaked privacy [#528](https://github.com/mun-lang/mun/pull/528)
- Failing `test_function_release_strong_count` test [#535](https://github.com/mun-lang/mun/pull/535)

## [0.4.0] - 2022-12-12

Expand Down
Loading