Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lenscas committed Jul 24, 2022
1 parent 6c497dd commit 0aff816
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ All notable changes to this project are documented in this file.
- [`0.0.1`](#001)

## upcoming
## 0.9.0
- **BREAKING** changed location of the derive macros that are specific to either rlua or mlua
- **BREAKING** updated mlua and rlua
- **BREAKING** replaced tuple to store fields with Field type
- **BREAKING** Also have support for C style enums
- **BREAKING** remove useless 'static constraint for typewalker.
- **BREAKING** Fix typoe in __sub metamethod
- Make typeinformation available to lua if feature `derive` is set
- Add support for mlua static userdata fields/functions
- Add way to document available globals

## 0.8.0
- Improved readme
- Add ability to document the api
Expand Down
4 changes: 4 additions & 0 deletions tealr_derive/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ All notable changes to this project are documented in this file.

## upcoming

## 0.9.0
- Move away from syn to use venial instead for most macro's.
- Macros now accept the attribute `[tealr(tealr_name = "some_name")]` to tell macro's what name to use instead of tealr
- Add RluaFromTo and MluaFromTo macro.
## 0.8.0
- Update macros to work with tealr changes
## 0.6.0-preview1
Expand Down

0 comments on commit 0aff816

Please sign in to comment.