Skip to content

Commit

Permalink
Prepare changelog for Teal 0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Jan 23, 2025
1 parent e41c5d9 commit 8004676
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 0.24.4

2025-01-23

Writing this changelog from the train, as the ICE approaches Berlin
Südkreuz. More fixes to the generics system, tightening the type system
in the presence of interfaces. I'd like to especially thank Steve
Vermeulen, Michael Dowling and Corey Williamson for their bug reports,
test cases and feedback on these issues, helping to get Teal 0.24 to a
more stable shape.

This release features commits by Pierre Chapuis, André L. Alvares and
Hisham Muhammad.

## What's New

### Fixes

* Fixed the resolution of type arguments in generics, especially
for function calls (#905, #908, #909, #910)
* Fixed the resolution of the `__call` metamethod for generics.
(#904)
* Fixed the subtype checking of generic records against generic
interfaces. (#859)
* Fixed an error when matching against an undefined type.
* Bumped the pinned compat53 dependency, which had a build issue
on Windows. (#916)

### Tooling

# 0.24.3

2025-01-12
Expand Down

0 comments on commit 8004676

Please sign in to comment.