Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Apr 22, 2024
1 parent 3a7b9ff commit d780065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to the library should be put here

## Unreleased

- Feat: Add `Janet::dynamic_from_cstr` constructor
- Feat: Add `JanetArray::pop_if` method
- Feat: Add `JanetArray::push_within_capacity` method
- Feat: Add `JanetArray::extract_if` method
Expand All @@ -15,6 +16,7 @@ All notable changes to the library should be put here
- Feat: Add `JanetBuffer::push_janet_string` method
- Feat: Add `assert_deep_eq!` macro
- Feat: Add `assert_deep_ne!` macro
- Perf: Avoid allocation in `Janet::dynamic` if the passed argument is already null terminated
- Refactor: Simplify `jpanic!` macro
- Refactor: janetrs_macros 0.7.0 — Update `syn` crate to 2.0
- Fix: janetrs_macros 0.7.1 — Fix `janet_fn` attribute macro not generating Janet docstring correctly
Expand Down

0 comments on commit d780065

Please sign in to comment.