Skip to content

Commit

Permalink
Updates for b12a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Jan 18, 2013
1 parent 62e0cb7 commit 05ed04d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Expand Up @@ -6,8 +6,9 @@ Beta Releases

### b13 - xx/xx/2013

* Breaking changes:
### b12a - 01/18/2013

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

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

### b12 - 01/03/2013

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -82,7 +82,7 @@
<property name="build.minification" value="false" />

<!-- Inputs -->
<property name="version" value="b12" />
<property name="version" value="b12a" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down

0 comments on commit 05ed04d

Please sign in to comment.