From 6e59a694c1235ab92def8d3e93b6f5952ace4b8b Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Mon, 14 May 2018 16:39:44 +0100 Subject: [PATCH] CORDA-1461 fix merge (#3139) --- docs/source/changelog.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 988cbcb6a4..ced5c7738f 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -12,10 +12,6 @@ Unreleased * Added smart detection logic for the development mode setting and an option to override it from the command line. -* Fixed an error thrown by NodeVaultService upon recording a transaction with a number of inputs greater than the default page size. - -* Fixed incorrect computation of ``totalStates`` from ``otherResults`` in ``NodeVaultService``. - * Changes to the JSON/YAML serialisation format from ``JacksonSupport``, which also applies to the node shell: * ``Instant`` and ``Date`` objects are serialised as ISO-8601 formatted strings rather than timestamps