Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Nov 27, 2023
1 parent 4fe25b8 commit cdb6af8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

This is the changelog which is changed every update, and we follow semver.

## 6.0.0-rc1

### Added

* Revamped documentation layouts
* Use `.luaurc` file instead of `--!strict`
* Correctly logs when an object is created

### Improvements

* General code improvements and bug fixes
* Improved API naming to be more clear
* Improves `LogEvent` performance
* Update internal naming scheme to reflect frontend
* `:BindToInvocation` will now give a type warning if at least 1 value is returned
* Improve `:BindToInvocation` to disallow returning nil/nothing
* Add Framework and Server/Client tags to internal logs

### Removed

* Remove deprecated alias `CanaryEngine.GetFrameworkReplicated`

## 5.1.0

### Added
Expand All @@ -10,7 +32,7 @@ This is the changelog which is changed every update, and we follow semver.

### Improvements

Refined installation process, makes models available only per release.
* Refined installation process, makes models available only per release.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "canary-development/canaryengine"
version = "6.0.0"
version = "6.0.0-rc1"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

Expand Down

0 comments on commit cdb6af8

Please sign in to comment.