-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Berry
committed
Jan 22, 2015
1 parent
3381794
commit 02562f2
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"milestone": "0.14.4", | ||
"name": "BladeRunnerJS @tagVersion@", | ||
"prerelease": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## BladeRunnerJS @tagVersion@ | ||
|
||
### @tagVersion@ Features and Improvements | ||
|
||
The following changes were made in @tagVersion@: | ||
|
||
- Fixed a bug where no ASCII characters weren't encoded properly in minified bundles. | ||
|
||
### Known Issues | ||
|
||
BladeRunnerJS has the following known issues: | ||
|
||
* To allow deployment as a set of static files, locale switching was switched from the server to the browser in BladeRunnerJS 0.9, yet only Firefox 32 and Chrome 32 make the full set of `ACCEPT_LANGUAGE` headers available on the client (other browsers provide only a single language), which may cause a user to see the default language if their preferred language is unavailable, even though one of their secondary preferences may have been available. |