We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a939bbc commit 324f362Copy full SHA for 324f362
auto_editor/__init__.py
@@ -1,2 +1,2 @@
1
__version__ = "23.32.1"
2
-version = "23w32a-dev"
+version = "23w32a"
changelogs/changelog-23w32a-dev.md changelogs/changelog-23w32a.md
@@ -1,7 +1,7 @@
-# 23w32a-dev
+# 23w32a
3
## What's Changed
4
+ - Final Cut Pro XML: Fix desync issue / Use modern APIs
5
- Palet: Add `hash-ref` `hash-set!` `hash-update!` `hash-remove!`
6
- Palet: Fix `hash` incorrectly erroring when its arity is 0
7
- Palet: `ref` no longer accepts hashes
-
0 commit comments