1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 16:05:47 +00:00

Merge pull request #1494 from pyrmont/bugfix.changelog

This commit is contained in:
Calvin Rose 2024-09-04 18:31:21 -07:00 committed by GitHub
commit c82fd106a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,9 @@ All notable changes to this project will be documented in this file.
- Fix marshalling weak tables and weak arrays. - Fix marshalling weak tables and weak arrays.
- Expose C functions for constructing weak tables in janet.h - Expose C functions for constructing weak tables in janet.h
- Add `bundle/add-bin` to make installing scripts easier. This also establishes a packaging convention for it. - Add `bundle/add-bin` to make installing scripts easier. This also establishes a packaging convention for it.
- Let range take non-integer values.
## 1.35.2 - 2024-06-16 ## 1.35.2 - 2024-06-16
- Let range take non-integer values.
- Fix some documentation typos. - Fix some documentation typos.
- Allow using `:only` in import without quoting. - Allow using `:only` in import without quoting.