Skip to content

Commit fb78230

Browse files
Szunergwood
authored andcommitted
Typo fix in 2022-04-12-nushell_0_61.md
Just a tiny typo in the regex operator things `=~` and `!~`
1 parent 1ccf5ca commit fb78230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2022-04-12-nushell_0_61.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Just as we added 'config.nu' with 0.60, we're now adding a new additional startu
7070
* [`each` now also pipes each item as input to the block](https://github.com/nushell/nushell/pull/5136) (jt)
7171
* Add ability to [opt-in to normal strings in `str replace`](https://github.com/nushell/nushell/pull/5133) (fdncred)
7272
* `touch` now [includes all common flags](https://github.com/nushell/nushell/pull/5119) (rybertm)
73-
* `=~` and `=!` now [use regex](https://github.com/nushell/nushell/pull/5117) (rgwood)
73+
* `=~` and `!~` now [use regex](https://github.com/nushell/nushell/pull/5117) (rgwood)
7474
* `describe` should now be [more precise](https://github.com/nushell/nushell/pull/5116)
7575
* completions now [give priority to non-hidden folders](https://github.com/nushell/nushell/pull/5108) (herlon214)
7676
* [plugins are now loaded for scripts and commands](https://github.com/nushell/nushell/pull/5105) (jt)
@@ -112,4 +112,4 @@ Just as we added 'config.nu' with 0.60, we're now adding a new additional startu
112112

113113
The 0.61 release, despite slowing down a little to recoup from the 0.60 release, is one of our largest releases. We averaged over 7 PRs/day over the last three weeks, as many new people joined on and more took an interest in Nushell.
114114

115-
Areas of upcoming focus will be on improving dataframe support, adding IDE support, and exploring new ways of working with Nushell.
115+
Areas of upcoming focus will be on improving dataframe support, adding IDE support, and exploring new ways of working with Nushell.

0 commit comments

Comments
 (0)