From b30e431766ca9ffc90e4581b8da069a457254285 Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Thu, 30 Jun 2016 11:46:26 +0100 Subject: [PATCH] Update release notes regarding use of TransactionBuilder --- docs/source/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index f8a2637966..b78680b575 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -53,6 +53,7 @@ Summary of API changes (not exhaustive): Currently two types are supported: General (runs the default build and validation logic) and NotaryChange ( contract code is not run during validation, checks that the notary field is the only difference between the inputs and outputs). + ``TransactionBuilder()`` is now abstract, you should use ``TransactionType.General.Builder()`` for building transactions. * The cash contract has moved from ``com.r3corda.contracts`` to ``com.r3corda.contracts.cash`` * ``Amount`` class is now generic, to support non-currency types such as physical assets. Where you previously had just