add(changelog): document change in EnSight reader

This commit is contained in:
Julien Fausty 2022-09-19 14:50:35 +02:00
parent 49a228c0f9
commit 93c33b98df
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Renew internal ensight point cache to avoid shadowing
Previously, the EnSight 6 readers' point caches were always reallocated in
place. This would interfere with things that might store pointers to certain
data downstream (like the temporal cache).
This fix adds a renewal mechanism to the internal point cache for the
EnSight 6 readers.