From 8716146dae046c2473dab19ea25e4979d8660d1d Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 25 Oct 2012 15:15:19 +0300 Subject: [PATCH] changelog link in blog post --- ...2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md b/_posts/2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md index 96e7c27a..7d363e36 100644 --- a/_posts/2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md +++ b/_posts/2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md @@ -16,7 +16,7 @@ Everyone is encouraged to upgrade (before Chrome 23 turns stable). As always, yo As Leaflet approaches feature-complete state and API stabilization, we naturally shift our focus from new features towards performance and usability improvements, better browser and device support, bugfixes and internal refactoring to make certain parts of Leaflet (like projections and vector rendering) easier to extend and customize for plugin developers and advanced users. -Highlights of things already implemented in the `master` branch include touch interaction support for **IE10 touch devices and Metro apps** and a more smooth and responsive panning inertia. +Highlights of things already implemented in the `master` branch include touch interaction support for **IE10 touch devices and Metro apps** and a more smooth and responsive panning inertia. Follow the [full changelog](https://github.com/CloudMade/Leaflet/blob/master/CHANGELOG.md) for more details. We're also in the process of a major refactoring of vector rendering code to allow much simpler extension of base functionality with custom shapes, additional rendering systems, easy switching between renderers (SVG/VML or Canvas), also making the code simpler and easier to understand.