summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-06 22:51:07 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-06 22:51:07 +0000
commit2897d0a5912144486294dadca9a72df593c0f0f9 (patch)
treedb34bcf5576f57ab7ddc068a531226a9c19442af /ChangeLog
parent1062a2928a723a2be4aff876d44213ebe8af7d5e (diff)
Remove check on whether the last seek was accurate when re-getting
a frame. This breaks things like changing crop after slidering to a new position; at this point we don't care that the last seek was inaccurate: the new one should be so that the frame stays the same.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 910a8f145..4d94b3087 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2018-01-06 Carl Hetherington <cth@carlh.net>
+ * Fix playhead wandering on some operations (#1112).
+
* Simplify user interface for managing keys.
* Version 2.11.37 released.