Skip to content

Commit

Permalink
add additional changes to changelog + regenerate docs (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypi authored Mar 10, 2020
1 parent b8a6fd4 commit 668f08f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Add gas logs to eval result (#748)
* Add missing case in Eval (#764)
* Misc updates to docs
* Add "Literate Flags" in execution config (#722)
* Add flag to allow reads in local (#777)

3.4.0
---
Expand Down
2 changes: 1 addition & 1 deletion docs/en/pact-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ env-exec-config
*→* ``[string]``
Queries, or with arguments, sets execution config flags. Valid flags:
[“DisableHistoryInTransactionalMode”,“DisableModuleInstall”,“OldReadOnlyBehavior”]
[“AllowReadInLocal”,“DisableHistoryInTransactionalMode”,“DisableModuleInstall”,“OldReadOnlyBehavior”]

.. code:: lisp
Expand Down
4 changes: 4 additions & 0 deletions docs/en/pact-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1788,6 +1788,10 @@ module as the main “user data access API”.
See also `module guards <#module-guards>`__ for how this concept can be
leveraged to protect more than just tables.

Note that as of Pact 3.5, the option has been added to selectively allow
unguarded reads and transaction history access in local mode only, at
the discretion of the node operator.

.. _rowlevelkeysets:

Row-level keysets
Expand Down

0 comments on commit 668f08f

Please sign in to comment.