We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9f3e6 commit 662230cCopy full SHA for 662230c
HISTORY.rst
@@ -1,6 +1,14 @@
1
Release History
2
===============
3
4
+0.18.0 (2022-04-13)
5
+-------------------
6
+
7
+- pan.afapi, pan.afapi.rst: Workaround for autofocus API bug. Use
8
+ af_in_progress to determine search completion. At some point,
9
+ af_message was changed from "complete" to "success" to indicate
10
+ search completion.
11
12
0.17.0 (2022-03-19)
13
-------------------
14
lib/pan/__init__.py
@@ -16,7 +16,7 @@
16
17
import logging
18
19
-__version__ = '0.17.0'
+__version__ = '0.18.0'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments