Skip to content

Commit 3f953c9

Browse files
committed
Update CHANGELOG.md
1 parent cd1f009 commit 3f953c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,56 @@
11
# Changelog
22

3+
4+
## 0.2.0 (2024-07-31)
5+
6+
### Added
7+
8+
- `TransportationSystem` class with the following methods: `getRoutes()`, `getStops()`, `getSystemAlerts()`
9+
- `Route` class with the following method: `getStops()`
10+
- `Stop` class
11+
- `getSystems()`
12+
- `getSystemsFromID()`
13+
- `printAllSystemsMd()`
14+
15+
### Changed
16+
17+
### Removed
18+
19+
320
## 0.1.2 (2024-07-14)
421

522
### Added
23+
624
- Added License
725

826
### Changed
27+
928
- Fixed Documentation Build
1029
- All
1130
- Fixed PyPi long description type
1231
- `printAllSystemsMd()` has the new parameter `includeHtml` with a default of `True` to render HTML breaks after each line
1332

1433
### Removed
34+
1535
- Removed obsolete `debug` parameters
1636

1737

1838
## 0.1.1 (2024-07-12)
1939

2040
### Added
41+
2142
- Create Documentation With ReadTheDocs.io
2243
- Create Changelog
2344
- New `getSystems()` Method
2445
- New `printAllSystemsMd()` Method
2546
- Added PyPi Project Links
2647

2748
### Changed
49+
2850
- Change Project Description
2951

3052
### Removed
53+
3154
- None
3255

3356

0 commit comments

Comments
 (0)