Skip to content

Commit bfabda1

Browse files
committed
[add CHANGELOG] release with tag - [0.2.1]
1 parent f9a71c7 commit bfabda1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.2.1] - (Sep 5, 2019) ##
2+
3+
### Added
4+
5+
- handle `EOFError/Errno::ECONNRESET/Errno::EPIPE` errors with rescue
6+
7+
- description options of `Customization` in README
8+
9+
### Changed
10+
11+
- increased Browser::Process::PROCESS_TIMEOUT constant by 1
12+
13+
- `Ferrum::Network::InterceptedRequest.rbmatch?` to handle cases for Ruby 2.3 and less
14+
115
## [0.2.0] - (Sep 3, 2019) ##
216

317
### Added
@@ -170,6 +184,7 @@
170184

171185
- classes of errors with a description of specific raises reasons
172186

187+
[0.2.1]: https://github.com/rubycdp/ferrum/compare/v0.2...v0.2.1
173188
[0.2.0]: https://github.com/rubycdp/ferrum/compare/v0.1.2...v0.2
174189
[0.1.2]: https://github.com/rubycdp/ferrum/compare/v0.1.1...v0.1.2
175190
[0.1.1]: https://github.com/rubycdp/ferrum/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)