Skip to content

Commit f8a1177

Browse files
committed
Update change log
1 parent d11a83c commit f8a1177

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## [0.2.71] 2024-06-26
4-
• Refactored `crawler_strategy.py` to handle exceptions and improve error messages
5-
• Improved `get_content_of_website_optimized` function in `utils.py` for better performance
6-
• Updated `utils.py` with latest changes
7-
• Migrated to `ChromeDriverManager` for resolving Chrome driver download issues
3+
## [0.2.71] - 2024-06-26
4+
5+
**Improved Error Handling and Performance** 🚧
6+
7+
* 🚫 Refactored `crawler_strategy.py` to handle exceptions and provide better error messages, making it more robust and reliable.
8+
* 💻 Optimized the `get_content_of_website_optimized` function in `utils.py` for improved performance, reducing potential bottlenecks.
9+
* 💻 Updated `utils.py` with the latest changes, ensuring consistency and accuracy.
10+
* 🚫 Migrated to `ChromeDriverManager` to resolve Chrome driver download issues, providing a smoother user experience.
11+
12+
These changes focus on refining the existing codebase, resulting in a more stable, efficient, and user-friendly experience. With these improvements, you can expect fewer errors and better performance in the crawler strategy and utility functions.
813

914
## [0.2.71] - 2024-06-25
1015
### Fixed

docs/md/changelog.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## [0.2.71] 2024-06-26
4-
• Refactored `crawler_strategy.py` to handle exceptions and improve error messages
5-
• Improved `get_content_of_website_optimized` function in `utils.py` for better performance
6-
• Updated `utils.py` with latest changes
7-
• Migrated to `ChromeDriverManager` for resolving Chrome driver download issues
3+
## [0.2.71] - 2024-06-26
4+
5+
**Improved Error Handling and Performance** 🚧
6+
7+
* 🚫 Refactored `crawler_strategy.py` to handle exceptions and provide better error messages, making it more robust and reliable.
8+
* 💻 Optimized the `get_content_of_website_optimized` function in `utils.py` for improved performance, reducing potential bottlenecks.
9+
* 💻 Updated `utils.py` with the latest changes, ensuring consistency and accuracy.
10+
* 🚫 Migrated to `ChromeDriverManager` to resolve Chrome driver download issues, providing a smoother user experience.
11+
12+
These changes focus on refining the existing codebase, resulting in a more stable, efficient, and user-friendly experience. With these improvements, you can expect fewer errors and better performance in the crawler strategy and utility functions.
813

914
## [0.2.71] - 2024-06-25
1015
### Fixed

0 commit comments

Comments
 (0)