updated changelog

This commit is contained in:
mourner 2012-02-14 17:51:18 +02:00
parent 2c49dccd70
commit 553e1d5ef8

View File

@ -71,6 +71,10 @@ Leaflet Changelog
* Improved browser-specific code to rely more on feature detection rather than user agent string.
* Improved superclass access mechanism to work with inheritance chains of 3 or more classes; now you should use `Klass.superclass` instead of `this.superclass` (by [@anru](https://github.com/anru)). [#179](https://github.com/CloudMade/Leaflet/pull/179)
#### Breaking API changes
* `shiftDragZoom` map option/property renamed to `boxZoom`.
#### Development workflow improvements
* Build system completely overhauled to be based on Node.js, Jake, JSHint and UglifyJS.