-
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.
Merge pull request #1794 from BladeRunnerJS/release-notes-for-v1.7.1
adding release notes for v1.7.1
- Loading branch information
Showing
4 changed files
with
21 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": "1.7.1", | ||
"name": "BladeRunnerJS 1.7.1", | ||
"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,16 @@ | ||
## BladeRunnerJS @tagVersion@ | ||
|
||
BladeRunnerJS @tagVersion@ contains minor enhancements. | ||
|
||
### Bug Fixes | ||
|
||
- none | ||
|
||
### Enhancements | ||
|
||
- Additional check added to `br.i18n.Translator` too ensure i18n warnings are not consoled when the `suppressI18nWarnings` flag is set to true | ||
- Keyboard-events.js has been updated to support latest PhantomJS | ||
|
||
### Backwards Compatability | ||
|
||
- none |