Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

### Added

- Added travel model
- Added route to create travel
- Added routes to look up travel by id, email or self
- Added routes to status or offer of an existing travel

### Changed

- Update hacker status emails: accepted, checked-in, confirmed, declined, waitlisted, withdrawn

## [2.2.0](https://github.com/hackmcgill/hackerapi/tree/2.2.0) - 2020-01-12

### Added
Expand Down
111 changes: 65 additions & 46 deletions assets/email/statusEmail/Accepted.hbs

Large diffs are not rendered by default.

164 changes: 98 additions & 66 deletions assets/email/statusEmail/Checked-in.hbs

Large diffs are not rendered by default.

Loading