Skip to content

Commit

Permalink
CHANGELOG: add v2.8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortend committed May 2, 2023
1 parent 628404a commit f22831a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Unreleased

## 2.8

### Fuse.Controls.DrawingPanel
- New library for drawing using your finger (#1470)

### Fuse.Scripting.JavaScript
- Support `async`/`await` in JavaScript via "regenerator-runtime" (#1465)

### Fuse.Scripting
- Add `Context` parameter to native promises (#1468)
- Implemenentation clean-up using lambda functions (#1466)

### Other changes
- Update iOS include headers (#1471)
- Add tsconfig module for FuseJS (0c3721d)
- Upgrade nodejs -> 16 (77ca8e6)

[`v2.7.0...v2.8.0`](https://github.com/fuse-open/fuselibs/compare/v2.7.0...v2.8.0)

## 2.7

### Fuse.Controls.Panels
Expand Down

0 comments on commit f22831a

Please sign in to comment.