From dbb7cee76a2cd7f97b767aefc86231cfeada3e70 Mon Sep 17 00:00:00 2001
From: Ian Gilman <ian@iangilman.com>
Date: Fri, 1 Nov 2013 11:18:35 -0700
Subject: [PATCH] Changelog for #262

---
 changelog.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/changelog.txt b/changelog.txt
index 229032db..0b52e2b6 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -21,6 +21,7 @@ OPENSEADRAGON CHANGELOG
     * Button "onBlur" changed to "blur"
 * MouseTracker now passes the original event objects to its handler methods (#23)
 * MouseTracker now supports an optional 'moveHandler' method for tracking mousemove events (#215)
+* Added stopHandler to MouseTracker. (#262)
 * Fixed: Element-relative mouse coordinates now correct if the element and/or page is scrolled (using new OpenSeadragon.getElementOffset() method) (#131)
 * Fixed: Pinch zoom event issue, regressive issue from previous event system changes (#244)
 * Added IIIF Image API 1.1 Tile Source (#230)