From 9b7eef11218832bbeb57292162011a783633a394 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Wed, 28 Sep 2022 00:41:35 -0400 Subject: [PATCH] note `fld1` bugfix --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 183920f122477..c5618654a4840 100644 --- a/NEWS.md +++ b/NEWS.md @@ -89,6 +89,7 @@ Library changes * `eachslice` now works over multiple dimensions; `eachslice`, `eachrow` and `eachcol` return a `Slices` object, which allows dispatching to provide more efficient methods ([#32310]). * `@kwdef` is now exported and added to the public API ([#46273]) +* An issue with order of operations in `fld1` is now fixed ([#28973]) Standard library changes ------------------------