From d9af15c2ad601da4b8249c48908ce15bca57749e Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Wed, 25 Oct 2023 18:40:17 +0200 Subject: [PATCH] add link to issue --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e9038e17d4..ecb9a0bfef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- `rand(G; vector_at=Identity(G))` now works for translation, special orthogonal and special Euclidean groups `G`. +- `rand(G; vector_at=Identity(G))` now works for translation, special orthogonal and special Euclidean groups `G` (issue [#665](https://github.com/JuliaManifolds/Manifolds.jl/issues/665)). ## [0.9.1] - 2023-10-25