Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler committed Jul 31, 2024
1 parent cd1f009 commit 3f953c9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,56 @@
# Changelog


## 0.2.0 (2024-07-31)

### Added

- `TransportationSystem` class with the following methods: `getRoutes()`, `getStops()`, `getSystemAlerts()`
- `Route` class with the following method: `getStops()`
- `Stop` class
- `getSystems()`
- `getSystemsFromID()`
- `printAllSystemsMd()`

### Changed

### Removed


## 0.1.2 (2024-07-14)

### Added

- Added License

### Changed

- Fixed Documentation Build
- All
- Fixed PyPi long description type
- `printAllSystemsMd()` has the new parameter `includeHtml` with a default of `True` to render HTML breaks after each line

### Removed

- Removed obsolete `debug` parameters


## 0.1.1 (2024-07-12)

### Added

- Create Documentation With ReadTheDocs.io
- Create Changelog
- New `getSystems()` Method
- New `printAllSystemsMd()` Method
- Added PyPi Project Links

### Changed

- Change Project Description

### Removed

- None


Expand Down

0 comments on commit 3f953c9

Please sign in to comment.