From b13b123a5f17eb9d03a6dfb3d18e32d3d0e22cb6 Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Fri, 1 Dec 2023 00:12:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b840a0..fcd48f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This change - New preload namespace, compatible with React 18: `day8.re-frame-10x.preload.react-18`. See #367 - "Copy repl command" for subscriptions. This lets you reliably get a specific subscription value for a specific epoch. See #205 +- [Project-level configuration](https://github.com/day8/re-frame-10x#project-configuration). See #202 #### Changed