From 8f381852113eba97149e45e99019f175ddebf732 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 24 Feb 2025 17:53:06 -0300 Subject: [PATCH] update release.md --- docs/docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/releases.md b/docs/docs/releases.md index 295ff95ee0..c9e506a4a9 100644 --- a/docs/docs/releases.md +++ b/docs/docs/releases.md @@ -8,8 +8,8 @@ language: 'en' ## 0.2.8 (unreleased) - OSC 7 Escape sequences to advise the terminal of the working directory. - - Use [GoReleaser](https://goreleaser.com) to build & release Rio ([#921](https://github.com/raphamorim/rio/pull/921)) - (thanks [@caarlos0](https://github.com/caarlos0) and [@vedantmgoyal9](https://github.com/vedantmgoyal9)) +- Use [GoReleaser](https://goreleaser.com) to build & release Rio ([#921](https://github.com/raphamorim/rio/pull/921)), thanks [@caarlos0](https://github.com/caarlos0) and [@vedantmgoyal9](https://github.com/vedantmgoyal9) +- Cache GSUB and GPOS features independently. - Updated `windows-sys` to `v0.59`. - To match the corresponding changes in `windows-sys`, the `HWND`, `HMONITOR`, and `HMENU` types now alias to `*mut c_void` instead of `isize`.