Skip to content

Commit

Permalink
Drop early access marker from choice observers (digital-asset#8713)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Feb 2, 2021
1 parent 2528998 commit b07ab07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/daml/reference/choices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ In contrast, if you start with ``controller``, the ``controller`` is automatical

A secondary difference is that starting with ``choice`` allows *choice observers* to be attached to the choice using the ``observer`` keyword. The choice observers are a list of parties that, in addition to the stakeholders, will see all consequences of the action.

Choice observers are an "Early Access" feature. They are only available if you target Daml-LF 1.dev by ``--target=1.dev``.

.. literalinclude:: ../code-snippets-dev/Structure.daml
:language: daml
:start-after: -- start of choice observer snippet
Expand Down

0 comments on commit b07ab07

Please sign in to comment.