From 10ca408fcfbbd2c809e2490e7e823102681c0b7e Mon Sep 17 00:00:00 2001 From: Tyler Hughes Date: Thu, 25 May 2023 12:25:44 -0400 Subject: [PATCH] fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9f77f04..42b74e99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- Tidy3D component `.to_hdf5()` and `.from_hdf5` accept custom encoder and decoder functions for more flexible IO. +- Tidy3D component `.to_hdf5()` and `.from_hdf5()` now accept custom encoder and decoder functions for more flexible IO. ### Fixed - `JaxDataArrays` are properly handled when reading and writing to file, dramatically reducing the VJP simulation download size in server-side adjoint.