From 285d3cd9b8640ca2c9cc3e0a6eb9085c638bc8b7 Mon Sep 17 00:00:00 2001
From: David Williams <dwilliams@nobiastx.com>
Date: Tue, 6 Dec 2022 17:36:48 -0800
Subject: [PATCH] Requested changes for pull request

---
 CHANGELOG.md | 2 ++
 package.json | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aafa39682..efc8a33cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [Unreleased]
 
+- Fix 'once' for animations of systems with many frames
+
 ## [v3.26.0] - 2022-12-04
 
 - Support for ``powerPreference`` webgl attribute. Add ``PluginConfig.General.PowerPreference`` and ``power-preference`` Viewer GET param.
diff --git a/package.json b/package.json
index e85b86797..ab2d6c218 100644
--- a/package.json
+++ b/package.json
@@ -93,7 +93,8 @@
     "Adam Midlik <midlik@gmail.com>",
     "Koya Sakuma <koya.sakuma.work@gmail.com>",
     "Gianluca Tomasello <giagitom@gmail.com>",
-    "Jason Pattle <jpattle@exscientia.co.uk>"
+    "Jason Pattle <jpattle@exscientia.co.uk>",
+    "David Williams <dwilliams@nobiastx.com>"
   ],
   "license": "MIT",
   "devDependencies": {
-- 
GitLab