Skip to content

Commit

Permalink
adding example link into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Mar 13, 2024
1 parent b9ec415 commit e997e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e997e4d

Please sign in to comment.