From e997e4d3f3a03b95b1d6e6697ebc539fab624ce8 Mon Sep 17 00:00:00 2001 From: arnaudberger Date: Wed, 13 Mar 2024 10:00:12 -0400 Subject: [PATCH] adding example link into changelog --- 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 db34ed45b..7f06ddd81 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 -* Implement a `use` feature, enabling a module to use an existing module by overriding its inputs or initial block. (Inputs should have the same output type than override module's inputs) +* Implement a `use` feature, enabling a module to use an existing module by overriding its inputs or initial block. (Inputs should have the same output type than override module's inputs). + Check a usage of this new feature on the [substreams-db-graph-converter](https://github.com/streamingfast/substreams-db-graph-converter/) repository. * Pick up docs from the README.md or README in the same directory as the manifest, when top-level package.doc is empty * Tier2 service now supports a maximum concurrent requests limit. Default set to 0 (unlimited).