Skip to content

Commit e5acd50

Browse files
committed
Update changelog
1 parent 1e593ae commit e5acd50

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 1.7.1-0 / Unreleased
1+
# 1.8.1-0 / Unreleased
2+
3+
# 1.8.0 / 2014-11-23
24
* [FEATURE] #80 setEntry() supports creating nested menus
35
* [FEATURE] #81 beforeOpen event accepts deferred as return value
46
* [BUGFIX] entry data attached to parentLi instead of `<a>`

Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = (grunt) ->
8181
# username: process.env.SAUCE_USERNAME,
8282
# key: process.env.SAUCE_ACCESS_KEY,
8383
build: process.env.TRAVIS_JOB_ID
84-
throttled: 11
84+
throttled: 12
8585
browsers: [
8686
{ browserName: "chrome", platform: "Windows 7" }
8787
{ browserName: "firefox", platform: "Windows 7" }

0 commit comments

Comments
 (0)