Skip to content

Commit

Permalink
Merge pull request #55 from wirepair/update_change_log
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
wirepair authored Aug 19, 2021
2 parents 8e6c9ec + 072fa41 commit e999249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog (2021)
- 2.2.2 (August 19th) Applied patch from @camswords to fix the cannot connect to debugger message to print seconds out properly.
- 2.2.1 (July 28th) SendDefaultRequests were not returning ChromeErrorResponses
- 2.2.0 (July 21st) Dispatching DevTool events via a newly spawned go routine was causing messages to be delivered out of order. This change synchronizes them using an internal channel. Note: If you previously had Subscriptions try to signal each other (via another channel) it may be blocked since all subscriptions are executed under a single go routine now. Upgrade with caution.
- 2.1.6 (June 9th) Fix go routine leak and add test
Expand Down
2 changes: 1 addition & 1 deletion v2/gcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (

var json = jsoniter.ConfigCompatibleWithStandardLibrary

var GCDVERSION = "v2.3.0"
var GCDVERSION = "v2.2.2"

var (
ErrNoTabAvailable = errors.New("no available tab found")
Expand Down

0 comments on commit e999249

Please sign in to comment.