Skip to content

Commit 05ed04d

Browse files
committed
Updates for b12a release.
1 parent 62e0cb7 commit 05ed04d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Beta Releases
66

77
### b13 - xx/xx/2013
88

9-
* Breaking changes:
9+
### b12a - 01/18/2013
1010

11+
* Breaking changes:
1112
* Renamed the `server` property to `url` when constructing a `BingMapsImageryProvider`. Likewise, renamed `BingMapsImageryProvider.getServer` to `BingMapsImageryProvider.getUrl`. Code that looked like
1213

1314
var bing = new BingMapsImageryProvider({
@@ -36,7 +37,9 @@ Beta Releases
3637
* Fixed camera tilt close to the `minimumZoomDistance`.
3738
* Fixed a bug that could lead to blue tiles when zoomed in close to the North and South poles.
3839
* Fixed a bug where removing labels would remove the wrong label and ultimately cause a crash.
40+
* Worked around a bug in Firefox 18 preventing typed arrays from being transferred to or from Web Workers.
3941
* Upgraded RequireJS to version 2.1.2, and Almond to 0.2.3.
42+
* Updated the default Bing Maps API key.
4043

4144
### b12 - 01/03/2013
4245

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<property name="build.minification" value="false" />
8383

8484
<!-- Inputs -->
85-
<property name="version" value="b12" />
85+
<property name="version" value="b12a" />
8686
<property name="sourceDirectory" location="Source" />
8787
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
8888
<property name="examplesDirectory" location="Examples" />

0 commit comments

Comments
 (0)