From 635134a003cfcb2f61962e52fbdd36afe6d35289 Mon Sep 17 00:00:00 2001 From: Christine Lemmer-Webber Date: Sun, 14 Nov 2021 13:37:33 -0500 Subject: [PATCH] Attribution and CHANGELOG entry for sync/pr addition --- CHANGELOG.org | 7 +++++++ goblins/scribblings/tutorial.scrbl | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 2859a62..d7fc39c 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -20,6 +20,13 @@ performance cost (cavities?) in exchange for some extra sweetness? *** Bugfixes and improvements +**** Document how to use sync/pr in tutorial + +The tutorial now includes a =sync/pr= example, allowing for easier +integration with Racket's existing IO system. + +(Thank you Jonathan Frederickson!) + **** Prevent replay attack in warden/incanter pairs Seals now "shatter" upon a single invocation. This prevents sealed diff --git a/goblins/scribblings/tutorial.scrbl b/goblins/scribblings/tutorial.scrbl index 98c8a13..d002a81 100644 --- a/goblins/scribblings/tutorial.scrbl +++ b/goblins/scribblings/tutorial.scrbl @@ -1,6 +1,7 @@ #lang scribble/manual @;; Copyright 2020-2021 Christine Lemmer-Webber +@;; Copyright 2021 Jonathan Frederickson @;; @;; Licensed under the Apache License, Version 2.0 (the "License"); @;; you may not use this file except in compliance with the License.