From 9f13d8d8a2233aae54e15c39acf68181893b859a Mon Sep 17 00:00:00 2001 From: Sean Chalmers Date: Thu, 26 Jan 2023 13:41:47 +0000 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5215c78d..ca23d11e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released, and the date should reflect that release. -## Unreleased +## 2023-01-26 * Breaking: Rhyolite.Frontend.Cookie now always Base64 encodes cookies * change taskWorker to not manage the hasRun flag. For the old behavior, use `taskWorker1` which adds back the at-most-once execution behavior. The old `_task_hasRun` field of Task is a separate argument. * Task type no longer uses lenses for field accessors. use field labels or regular functions instead.