Skip to content

Commit f767e03

Browse files
committed
v2.0.0
1 parent 5bc3aeb commit f767e03

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyWebCopy © 2.0(beta)
1+
# PyWebCopy © 2.0.0
22

33
`Created By : Raja Tomar`
44
`License : MIT`
@@ -265,6 +265,14 @@ if you want, you can help in generating suitable `documentation` for these undoc
265265

266266
## 1.6 Changelog
267267

268+
### [version 2.0.0]
269+
270+
- html-parser is now defaulted to 'lxml'. You can use any through new `config.config` key called `parser`
271+
- fixed issue in `generators.extract_css_urls` which was caused by `str` and `bytes` difference in python3
272+
- fixed minor issues while modules importing. (Thanks **Илья Игоревич**)
273+
- added `errorhandling` to required functions
274+
275+
268276
### [version 2.0(beta)]
269277

270278
- `init` function is replaced with `save_webpage`

0 commit comments

Comments
 (0)