From 2f121d3b44ee7006ecf8b11ecf96eba898920ab9 Mon Sep 17 00:00:00 2001 From: Maxim Kolodyazhny Date: Tue, 27 Apr 2021 18:30:12 +0500 Subject: [PATCH] Update 2021.04.md Missed backticks and fixed url --- docs/announce/2021.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/announce/2021.04.md b/docs/announce/2021.04.md index a004f319cfa..a533ed921ff 100644 --- a/docs/announce/2021.04.md +++ b/docs/announce/2021.04.md @@ -75,9 +75,9 @@ New in 2021.04: + Fix resource leak when iterating files using `dir` method on `IO::Path` [62c976a4] + Fix an exception when `grab` was called on an empty `SetHash` that had contained entries before [e9e3b5fb] + Fix `DateTime` equivalence check with `eqv` relying on `raku` representation [01a0c934] - + Fix methods `substr`, `substr-rw`, `chop`, `chomp`, `pred`, succ`, `comb`, + + Fix methods `substr`, `substr-rw`, `chop`, `chomp`, `pred`, `succ`, `comb`, `lines`, `words`, `wordcase`, `trans`, `indent`, `uc`, `lc`, `tc`, `fc`, - `tclc`, `flip`, `split, `trim`, `trim-leading`, `trim-trailing`, + `tclc`, `flip`, `split`, `trim`, `trim-leading`, `trim-trailing`, `samemark`, `samespace`, `samecase`, `subst`, `subst-mutate` when called on a `Str` subclass [da34b40a][f4bfeea6][813d4f1a][a26ff404][b4813bbd][3e43a729]