Skip to content

Commit 7eca30e

Browse files
committed
chore: Update changelog
1 parent 425074f commit 7eca30e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to the library should be put here
99
- **BREAKING:** Feat: Conditionally expose `JanetFile` "piped" flag (PIPED was removed in Janet 1.22.0)
1010
- **BREAKING:** Refactor: Changed definition of `IsJanetAbstract` trait
1111
- **BREAKING:** Refactor: Changed the return type of `JanetAbstract::get{_mut, _unchecked, _unchecked_mut}`
12-
- **BREAKING:** Feat: Move averything possible to `C-unwind`
12+
- **BREAKING:** Feat: Move everything possible to `C-unwind`
1313
- **BREAKING:** Up Minimum Rust version to 1.71.0
1414
- Feat: Add additional implementation of `From` implementation for
1515
`JanetBuffer`, `JanetArray` and `JanetTable`
@@ -24,6 +24,7 @@ All notable changes to the library should be put here
2424
- Refactor: Modernize format strings
2525
- Fix: Fix compilation when `unicode` feature os off
2626
- Fix: Fix `check_mut_ref` on `janet_fn` attribute macro
27+
- Fix: Fix linking on non x86_64 targets
2728
- Docs: Improve documentation flags
2829
- Docs: Simplify links
2930
- CI: Many CI improvements
@@ -67,7 +68,7 @@ All notable changes to the library should be put here
6768
environment
6869
- Add `declare_janet_mod` macro to generate the machinery that Janet requires do
6970
create a Janet native module
70-
- It satisfies the same purpose as `janet_mod`, but it can get the
71+
- It satisfies the same purpose as `janet_mod`, but it can get the
7172
documentation string from the function doc-comments and, for Janet versions
7273
above 1.17.0, it also add source map information for Janet
7374
- Add `janet_abstract::register` function to register an abstract type.

0 commit comments

Comments
 (0)