docs: add release notes for #28539

This commit is contained in:
brunoerg 2023-09-26 17:13:14 -03:00
parent de54882348
commit c5f2a757d7

5
doc/release-notes-123.md Normal file
View file

@ -0,0 +1,5 @@
Tools and Utilities
---
- A new `bitcoinconsensus_verify_script_with_spent_outputs` function is available in libconsensus which optionally accepts the spent outputs of the transaction being verified.
- A new `bitcoinconsensus_SCRIPT_FLAGS_VERIFY_TAPROOT` flag is available in libconsensus that will verify scripts with the Taproot spending rules.