Skip to content

Commit 13bb400

Browse files
authored
docs: Update upgrading guide for renamed BeautifulSoupParser (#799)
This should have been part of #746
1 parent 14b038b commit 13bb400

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/upgrading/upgrading_to_v0x.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ title: Upgrading to v0.x
55

66
This page summarizes the breaking changes between Crawlee for Python zero-based versions.
77

8+
## Upgrading to v0.5
9+
10+
This section summarizes the breaking changes between v0.4.x and v0.5.0.
11+
12+
### BeautifulSoupParser
13+
- Renamed `BeautifulSoupParser` to `BeautifulSoupParserType`. Probably used only in type hints. Please replace previous usages of `BeautifulSoupParser` by `BeautifulSoupParserType`.
14+
- `BeautifulSoupParser` is now a new class that is used in refactored class `BeautifulSoupCrawler`.
15+
816
## Upgrading to v0.4
917

1018
This section summarizes the breaking changes between v0.3.x and v0.4.0.

0 commit comments

Comments
 (0)