Skip to content

Commit

Permalink
[enh] version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Aug 13, 2018
1 parent 84eca02 commit 732c641
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# 1.1.0 - 2018.08.13

- Appengine integration takes context.Context instead of http.Request (API change)
- Added "Accept" http header by default to every request
- Support slices of pointers in unmarshal
- Fixed a race condition in queues
- ForEachWithBreak method added to HTMLElement
- Added a local file example
- Support gzip decompression of response bodies
- Don't share waitgroup when cloning a collector
- Fixed instagram example


# 1.0.0 - 2018.05.13
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 732c641

Please sign in to comment.