From bfe4f03e83e721d904849ad06e2746b04d69ee8a Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Mon, 6 Nov 2023 19:30:45 +0100 Subject: [PATCH] this can still be a part of 0.9.4 --- NEWS.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5178ddaee4..869178c2f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.5] - 2023-11-xx - -### Changed - -- Documentation project files are marked as compatible with `BoundaryValueDiffEq` v5. - ## [0.9.4] - 2023-11-06 ### Added @@ -18,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Functions `inv_diff`, `inv_diff!`, `adjoint_inv_diff` and `adjoint_inv_diff!` that correspond to differentials and pullbacks of group inversion. - Julia 1.10-rc CI workflow. +### Changed + +- Documentation project files are marked as compatible with `BoundaryValueDiffEq` v5. + ### Fixed - Fixed issue with incorrect implementation of `apply_diff_group` in `GroupOperationAction` with left backward and right forward action [#669](https://github.com/JuliaManifolds/Manifolds.jl/issues/669).