From dd52f0202afd7a589aa2bfe9b06e33793edcde93 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Tue, 22 Dec 2015 20:51:42 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f241774..8aefca68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);` ### Changed -- `moveTo` and some other methods not return `this` +- `moveTo` and some other methods will return `this` ## [0.10.0][2015-10-27]