From 76808febeab19d76f76ede82ea049e6a8b93f0f3 Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Tue, 25 Nov 2025 16:49:03 +0100 Subject: [PATCH] Fix typo in release notes for version 12.0.0 --- markdown-pages/blog/release-12-0-0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/blog/release-12-0-0.mdx b/markdown-pages/blog/release-12-0-0.mdx index 565b947b2..d20edf8ec 100644 --- a/markdown-pages/blog/release-12-0-0.mdx +++ b/markdown-pages/blog/release-12-0-0.mdx @@ -29,7 +29,7 @@ The tooling now relies on a modern architecture that tracks dependencies more pr ### Improved Standard Library -The new standard library [`@rescript/core`](https://github.com/rescript-lang/rescript-core) is now included in the compiler runtime. So you can get rid if the dependency on `@rescript/core` in your projects. To avoid collisions we have named the new internal library just `Stdlib`, so you can keep using it alongside `Core` if you cannot migrate yet. There have been tons of additions as well, so you can shrink your `Utils` files down a bit. Check it out here: [Stdlib](../docs/manual/api/stdlib). +The new standard library [`@rescript/core`](https://github.com/rescript-lang/rescript-core) is now included in the compiler runtime. So you can get rid of the dependency on `@rescript/core` in your projects. To avoid collisions we have named the new internal library just `Stdlib`, so you can keep using it alongside `Core` if you cannot migrate yet. There have been tons of additions as well, so you can shrink your `Utils` files down a bit. Check it out here: [Stdlib](../docs/manual/api/stdlib). ### Operator Improvements