Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit fe52480

Browse files
authored
Update README.md
1 parent 6f5e630 commit fe52480

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,19 @@ See the [Wiki](https://www.github.com/Kh4lidMD/AlAdhan/wiki)
4646

4747
# Versioning
4848

49-
v4.0.0 (Alpha) **Latest**
49+
v4.1.0 (Alpha) **Latest**
50+
51+
- Added custom exceptions especially for the following return codes:
52+
- 400 Bad Request error: `BadRequestException`
53+
- 429 Rate limited error: `RateLimitedException`
54+
- 500 Internal Server error: `ServerErrorException`
55+
56+
_They're avaialble in the `aladhan.exceptions`, could be directly imported from the `aladhan` module._
57+
- New Wiki page: [Exception Handling](https://www.github.com/Kh4lidMD/AlAdhan/wiki/Exception-Handling)
58+
59+
_Started to save a copy of the Wiki pages in every release._
60+
61+
v4.0.0 (Alpha)
5062

5163
- Removed the `get_prayer_times` method, replaced with `get_today_times`, `get_calendar_times`, and `get_annual_times` methods.
5264
- Fixed missing usage of `year` and `month` arguments in the calendar method.

0 commit comments

Comments
 (0)