Skip to content

Commit f4ac4d0

Browse files
committed
Set expectations: no more updates
Set expectations: no more updates
1 parent ff412be commit f4ac4d0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/introduction/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ What's new and changed for scripting?
66

77
----
88

9+
.. _Changelog.23.x:
10+
11+
`Adobe Premiere Pro 23.0`_
12+
************************************************************************************************************************************
13+
14+
- Decision : No further changes or improvements to Premiere Pro's ExtendScript API are planned or scheduled. Any such changes will be reconsidered, once Premiere Pro moves to UXP-based extensibility.
15+
916
.. _Changelog.15.x:
1017

1118
`Adobe Premiere Pro 15.4`_

docs/item/projectitem.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,9 @@ app.setSDKEventMessage("Color Primaries " + " = " + colorSpace.primaries, 'info'
518518
app.setSDKEventMessage("Matrix Equation " + " = " + colorSpace.matrixEquation, 'info');
519519
}
520520

521-
----
521+
--------------------------------------
522522
.. _projectItem.getOriginalColorSpace:
523+
--------------------------------------
523524

524525
ProjectItem.getOriginalColorSpace()
525526
*********************************************

docs/sequence/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Sequence.projectItem
162162

163163
**Description**
164164

165-
The :ref:`projectItem` associated with this sequence. Note that not all sequences will have a `projectItem`, there may be sequences in a project that Premiere generates that are invisible to the user, these do not have `projectItem`s.
165+
The :ref:`projectItem` associated with this sequence. Note that not all sequences will have a `projectItem`, there may be sequences in a project that Premiere generates that are invisible to the user, these do not have `projectItems`.
166166

167167
**Type**
168168

0 commit comments

Comments
 (0)