diff --git a/imagemagick.install b/imagemagick.install
index 37aab5b..1b78005 100644
--- a/imagemagick.install
+++ b/imagemagick.install
@@ -53,3 +53,10 @@ function imagemagick_update_8202() {
     ->set('prepend_pre_source', FALSE)
     ->save(TRUE);
 }
+
+/**
+ * Clear caches to discover service changes.
+ */
+function imagemagick_update_8203() {
+  // Empty function.
+}
diff --git a/src/Plugin/ImageToolkit/ImagemagickToolkit.php b/src/Plugin/ImageToolkit/ImagemagickToolkit.php
index 1958014..f25c74e 100644
--- a/src/Plugin/ImageToolkit/ImagemagickToolkit.php
+++ b/src/Plugin/ImageToolkit/ImagemagickToolkit.php
@@ -33,6 +33,11 @@ class ImagemagickToolkit extends ImageToolkitBase {
 
   /**
    * EXIF orientation not fetched.
+   *
+   * @deprecated in 8.x-2.3, will be removed in 8.x-3.0. Use
+   *   parseFileViaIdentify() to parse image files.
+   *
+   * @see https://www.drupal.org/project/imagemagick/issues/2941093
    */
   const EXIF_ORIENTATION_NOT_FETCHED = -99;
 
