Skip to content

Commit b0da8c1

Browse files
committed
Add acknowledgements
1 parent f295a89 commit b0da8c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ The example above has an obvious typing violation, as the anonymous function exp
132132

133133
Function captures, such as `&String.to_integer/1`, will also propagate the type as of Elixir v1.19, arising more opportunity for Elixir's type system to catch bugs in our programs.
134134

135+
### Acknowledgements
136+
137+
The type system was made possible thanks to a partnership between [CNRS](https://www.cnrs.fr/) and [Remote](https://remote.com/). The development work is currently sponsored by [Fresha](https://www.fresha.com/), [Starfish*](https://starfish.team/), and [Dashbit](https://dashbit.co/).
138+
135139
## Faster compile times in large projects
136140

137141
This release includes two compiler improvements that can lead up to 4x faster builds in large codebases.
@@ -210,6 +214,8 @@ Elixir v1.19 is also our first release following OpenChain compliance, [as previ
210214

211215
These additions offer greater transparency into the components and licenses of each release, supporting more rigorous supply chain requirements.
212216

217+
This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosystem Foundation.
218+
213219
## v1.19.0-dev
214220

215221
### 1. Enhancements

0 commit comments

Comments
 (0)