From 08a759d0e409e0edab098234b5cb0cf64b0f91e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Wed, 31 Jan 2024 21:51:45 -0500 Subject: [PATCH] changelog: inform about dynamic datasource pattern --- docs/release-notes/change-log.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index 6c7ae02b9..8d194f628 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -* Codegen (`substreams init`) now always prefixes the tables and entities with the project name +* `substreams init` now supports creating a substreams with the "Dynamic DataSources" pattern (ex: a `Factory` contract creating `pool` contracts through the `PoolCreated` event) +* `substreams init` now always prefixes the tables and entities with the project name ## v1.3.3