From 8ba2495756bd7eb35e59019a24fd564722a3849d Mon Sep 17 00:00:00 2001
From: Tobias Meisel <tobias.meisel@ufz.de>
Date: Thu, 23 Jan 2025 15:17:16 +0100
Subject: [PATCH] Update release notes

---
 docs/releases/ogstools-0.5.0.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/releases/ogstools-0.5.0.md b/docs/releases/ogstools-0.5.0.md
index a0bff9d25..8f21dabd4 100644
--- a/docs/releases/ogstools-0.5.0.md
+++ b/docs/releases/ogstools-0.5.0.md
@@ -37,6 +37,7 @@
 - MeshSeries get extract() method to select points or cells via ids
 - MeshSeries can be sliced to get new MeshSeries with the selected subset of timesteps
 - MeshSeries gets a modify function that applies arbitrary function to all timestep - meshes.
+- MeshSeries gets a save function (only for pvd implemented yet)
 - difference() between two meshes is now possible even with different topologies
 - Project write_input, path can be specified
 - MeshSeries gets scale() method to scale spatially or temporally
-- 
GitLab