From 9ebd2f03a023ae8b965fac3ecd9d0886790fd1b9 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 14 Oct 2015 16:32:27 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9454b3c..c196c162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,13 @@ Leaflet Changelog An in-progress version being developed on the `master` branch. -## 1.0-beta2 (date TBC) +## 1.0-beta2 (October 14, 2015) Beta 2 fixes over 50 bugs that were reported by users trying out beta 1. The vast majority of changes are small fixes to problems that are triggered in very specific situations or conditions, a few API consolidation changes, and a few browser workarounds. ### API changes -* Make `L.Circle` and `L.CircleMarker` radius options consistent (by [@IvanSanchez](https://github.com/IvanSanchez)) + +* `L.circle` now accepts `radius` as an option (like `L.circleMarker`) rather than a second argument (by [@IvanSanchez](https://github.com/IvanSanchez)) ### Improvements