Skip to content

Commit 3e43daf

Browse files
committed
doc: add v1.2 in readme changelog
1 parent 7efd28c commit 3e43daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The [API documentation is available on godoc.org](http://godoc.org/github.com/Pu
1919

2020
## Changes
2121

22+
* 2019-09-11 (v1.2.0): update robotstxt dependency (import path/repo URL has changed, issue #31, thanks to [@michael-stevens][michael-stevens] for raising the issue).
2223
* 2017-09-04 (v1.1.1): fix a goroutine leak when cancelling a Queue (issue #26, thanks to [@ryu-koui][ryu] for raising the issue).
2324
* 2017-07-06 (v1.1.0): add `Queue.Done` to get the done channel on the queue, allowing to wait in a `select` statement (thanks to [@DennisDenuto][denuto]).
2425
* 2015-07-25 (v1.0.0) : add `Cancel` method on the `Queue`, to close and drain without requesting any pending commands, unlike `Close` that waits for all pending commands to be processed (thanks to [@buro9][buro9] for the feature request).
@@ -172,4 +173,5 @@ the source file).
172173
[mmcdole]: https://github.com/mmcdole
173174
[denuto]: https://github.com/DennisDenuto
174175
[ryu]: https://github.com/ryu-koui
176+
[michael-stevens]: https://github.com/michael-stevens
175177

0 commit comments

Comments
 (0)