mirror of
https://github.com/janet-lang/janet
synced 2025-05-28 20:24:13 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
28d41039b8
commit
60304c7e27
@ -2,6 +2,7 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
- Remove `file/fileno` and `file/fdopen`.
|
||||||
- Remove `==`, `not==`, `order<`, `order>`, `order<=`, and `order>=`. Instead, use the normal
|
- Remove `==`, `not==`, `order<`, `order>`, `order<=`, and `order>=`. Instead, use the normal
|
||||||
comparison and equality functions.
|
comparison and equality functions.
|
||||||
- Let abstract types define a hash function and comparison/equality semantics. This lets
|
- Let abstract types define a hash function and comparison/equality semantics. This lets
|
||||||
@ -11,6 +12,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Update documentation.
|
- Update documentation.
|
||||||
- Add `module/add-paths`
|
- Add `module/add-paths`
|
||||||
- Add `file/temp`
|
- Add `file/temp`
|
||||||
|
- Add `mod` function to core.
|
||||||
- Small bug fixes
|
- Small bug fixes
|
||||||
- Allow signaling from C functions (yielding) via janet\_signalv. This
|
- Allow signaling from C functions (yielding) via janet\_signalv. This
|
||||||
makes it easy to write C functions that work with event loops, such as
|
makes it easy to write C functions that work with event loops, such as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user