diff --git a/Documentation/release/dev/OpenFOAMReader-updates.md b/Documentation/release/dev/OpenFOAMReader-updates.md
index 9fabb4bd394ab87ee168ec065198260a66d55637..9f7dcb3db284eaa48c8eff30079f595286bbb536 100644
--- a/Documentation/release/dev/OpenFOAMReader-updates.md
+++ b/Documentation/release/dev/OpenFOAMReader-updates.md
@@ -72,3 +72,26 @@
   This can be used for mapping surface noise data to retain most of
   the geometry but entirely discarding the internal field. It can also
   potentially arise from finiteArea situations.
+
+
+2021-04-22
+
+# OpenFOAM bugfixes / improvements
+
+- preserve uncollated lagrangian information (fixes #18179)
+
+  Old version assumed lagrangian data are available on all processor
+  sub-directories and used a central naming mechanism accordingly.
+
+  This meant that missing clouds on higher processors would
+  effectively block out clouds. Likely didn't work properly with
+  clouds in multiple regions.
+
+- cleanup/simplify processor directory detection
+
+- avoid rescanning of time directories for decomposed
+  Avoids repetitive calls to directory listings, which tend to really
+  slow down loading.
+
+- fixed handling of SetTimeValue() in vtkPOpenFOAMReader.
+  Mostly affected direct calls from VTK (not from ParaView)