Skip to content

Commit fa92105

Browse files
committed
v2.0.0
1 parent 94d1326 commit fa92105

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,18 @@ if you want, you can help in generating suitable `documentation` for these undoc
273273

274274
### [version 2.0.0]
275275

276+
#### [added]
277+
278+
- added `utils.trace` decorator, which will **print** *function_name*, *args*, *kwargs* and *return value* when debug config key is True.
279+
- new html-parsers ('html5lib', 'lxml') are supported for better webpages.
276280
- html-parser is now defaulted to 'lxml'. You can use any through new `config.config` key called `parser`
277-
- fixed issue in `generators.extract_css_urls` which was caused by `str` and `bytes` difference in python3
278-
- fixed minor issues while modules importing. (Thanks **Илья Игоревич**)
281+
282+
#### [fixed]
283+
284+
- fixed issue while changing `user-agent` key cracked
285+
webpages. You can now use any browser's user-agent id and it will get exact same page downloaded.
286+
- fixed issue in `generators.extract_css_urls` which was caused by `str` and `bytes` difference in python3.
287+
- fixed issues while modules importing. (Thanks "**Илья Игоревич**").
279288
- added `errorhandling` to required functions
280289

281290

0 commit comments

Comments
 (0)