Update readme and changelog

This commit is contained in:
Filip Tibell 2023-06-12 12:56:56 +02:00
parent f1c230d39b
commit 2169acb3d2
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
local compressed = serde.compress("gzip", INPUT) local compressed = serde.compress("gzip", INPUT)
local decompressed = serde.decompress("gzip", compressed) local decompressed = serde.decompress("gzip", compressed)
assert(compressed == "H4sIAAAAAAAAA/PMKygtUSguKcrMS1coyVdIzs8tKEotLvYcFaeLOADSF8BBgAEAAA==")
assert(decompressed == INPUT) assert(decompressed == INPUT)
``` ```

View file

@ -30,7 +30,7 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust
## Features ## Features
- 🌙 A strictly minimal but powerful interface that is easy to read and remember, just like Luau itself - 🌙 A strictly minimal but powerful interface that is easy to read and remember, just like Luau itself
- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~3mb) executable - 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~4mb) executable
- 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary - 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary
- 🏡 A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port - 🏡 A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port
- ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances - ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances