Skip to content

Commit

Permalink
Updates release notes for PR #3758
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed May 21, 2021
1 parent 8e06351 commit 35fe4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/3758.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Fix type constraint check against NullablePointer being omitted in FFI declarations

This release fixes an issue where the compiler would not perform some type checks against FFI declarations. Specifically, the compiler would fail to validate that the type parameter to the `NullablePointer` type had to be a struct type. This check is important since a program that used a non-struct type in a `NullablePointer` could theoretically segfault at runtime.

0 comments on commit 35fe4ce

Please # to comment.