Skip to content

Commit 4d26753

Browse files
committed
newsletter: Use the correct PR numbers and links
1 parent 0dc9c8f commit 4d26753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/newsletters/2026-03-31.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ After the initial landing, we spent much of the month squeezing more out of the
4242
- Caching the program base + program counter in a callee-saved register on AArch64
4343
- Eliding redundant floating-point comparisons in consecutive branch instructions
4444
- Moving NaN canonicalization to cold fixup blocks
45-
- Emitting proper unwind info for both x86_64 and AArch64 so profilers and debuggers can unwind through assembly frames ([#8484](https://github.com/LadybirdBrowser/ladybird/pull/8484))
45+
- Emitting proper unwind info for both x86_64 and AArch64 so profilers and debuggers can unwind through assembly frames ([#8455](https://github.com/LadybirdBrowser/ladybird/pull/8455))
4646

4747
### More sites working
4848

@@ -97,7 +97,7 @@ In the parser, we boxed large AST enum variants, bringing `ExpressionKind` from
9797
| ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
9898
| [![Before](/assets/img/newsletter-mar-2026-flexbox-baseline-before.png)](/assets/img/newsletter-mar-2026-flexbox-baseline-before.png) | [![After](/assets/img/newsletter-mar-2026-flexbox-baseline-after.png)](/assets/img/newsletter-mar-2026-flexbox-baseline-after.png) |
9999

100-
- **`clip-path: inset()` border-radius**: The `inset()` function now supports border-radius values. ([#8540](https://github.com/LadybirdBrowser/ladybird/pull/8540))
100+
- **`clip-path: inset()` border-radius**: The `inset()` function now supports border-radius values. ([#8442](https://github.com/LadybirdBrowser/ladybird/pull/8442))
101101

102102
### Style invalidation
103103

0 commit comments

Comments
 (0)