From cc4aca5c632b8945ce19b09b589d4f2c1f0ec101 Mon Sep 17 00:00:00 2001 From: Harper Andrews Date: Mon, 1 Sep 2025 09:31:53 -0500 Subject: [PATCH 1/3] Fix extremely minor inconsistency in release notes --- blog/2025-09-02-nushell_0_107_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-09-02-nushell_0_107_0.md b/blog/2025-09-02-nushell_0_107_0.md index adf057adbf8..ba5907236db 100644 --- a/blog/2025-09-02-nushell_0_107_0.md +++ b/blog/2025-09-02-nushell_0_107_0.md @@ -380,7 +380,7 @@ Previously, converting values to `binary` with `into binary` could only do so in # => 00000000: 00 00 00 00 00 00 01 02 ``` -Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`s, `date`s and `binary`). Likewise, only the individual elements in `table`s and `record`s are affected (not the `table` or `record` itself) +Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table`s and `record`s are affected (not the `table` or `record` itself) ### Other additions From 964cea95b923458dcccdd1082dff4d8f80e8d280 Mon Sep 17 00:00:00 2001 From: Harper Andrews Date: Mon, 1 Sep 2025 09:51:08 -0500 Subject: [PATCH 2/3] Avoid additional instances of `<>`s pattern in release notes --- blog/2025-09-02-nushell_0_107_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-09-02-nushell_0_107_0.md b/blog/2025-09-02-nushell_0_107_0.md index ba5907236db..07f06afe1e8 100644 --- a/blog/2025-09-02-nushell_0_107_0.md +++ b/blog/2025-09-02-nushell_0_107_0.md @@ -380,7 +380,7 @@ Previously, converting values to `binary` with `into binary` could only do so in # => 00000000: 00 00 00 00 00 00 01 02 ``` -Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table`s and `record`s are affected (not the `table` or `record` itself) +Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table` and `record` values are affected (not the `table` or `record` itself) ### Other additions From e9e116a4e8c18daa78c65c1835316da2e5b83d34 Mon Sep 17 00:00:00 2001 From: Harper Andrews Date: Mon, 1 Sep 2025 09:52:05 -0500 Subject: [PATCH 3/3] Add missing period in release notes --- blog/2025-09-02-nushell_0_107_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-09-02-nushell_0_107_0.md b/blog/2025-09-02-nushell_0_107_0.md index 07f06afe1e8..ad78d5d2795 100644 --- a/blog/2025-09-02-nushell_0_107_0.md +++ b/blog/2025-09-02-nushell_0_107_0.md @@ -380,7 +380,7 @@ Previously, converting values to `binary` with `into binary` could only do so in # => 00000000: 00 00 00 00 00 00 01 02 ``` -Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table` and `record` values are affected (not the `table` or `record` itself) +Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table` and `record` values are affected (not the `table` or `record` itself). ### Other additions