1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 08:00:40 +00:00

Move unreleased change out of v1.35.2 section

This commit is contained in:
Michael Camilleri 2024-09-05 08:29:45 +09:00
parent 67a8c6df09
commit 0e9b866b98
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

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.
- 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.
- Let range take non-integer values.
## 1.35.2 - 2024-06-16
- Let range take non-integer values.
- Fix some documentation typos.
- Allow using `:only` in import without quoting.