Adds new transaction constructor that accepts the transaction id as parameter.

This commit is contained in:
Felipe Zimmerle
2018-09-24 21:36:06 -03:00
parent c721e101c0
commit 4dd2812757
3 changed files with 58 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
v3.0.3 - YYYY-MMM-DD (to be released)
-------------------------------------
- Adds new transaction constructor that accepts the transaction id
as parameter.
[Issue #1627 - @defanator, @zimmerle]
- Adds request IDs and URIs to the debug log
[Issue #1627 - @defanator, @zimmerle]
- Treating variables exception on load-time instead of run time.