Skip to content

Commit

Permalink
Initial commit of changelog (#34)
Browse files Browse the repository at this point in the history
* Initial commit of changelog

* Add changelog entry for changelog (so meta)
  • Loading branch information
nwalters512 committed Feb 28, 2018
1 parent a439aed commit dc00f5a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.
Each PR must be accompanied by one or more corresponding changelog entries.
When a new version is deployed, the changes since the last deploy should be labeled
with the current date and the next changes should go under a **[Next]** header.

## [Next]

* Add changelog. ([@nwalters512](https://github.com/nwalters512) in [#34](https://github.com/illinois/queue/pull/34))


## 27 February 2018

* Improve course staff list appearance and functionality.
* Add support for parrots :fastparrot:
* Add proper 404 handling for all pages.
* Order course staff by name and netid instead of db ID.
* Show name of person who is answering the question. ([@nwalters512](https://github.com/nwalters512) in [#20](https://github.com/illinois/queue/pull/20))
* Implement prettier and more functional homepage. ([@nwalters512](https://github.com/nwalters512) in [#1](https://github.com/illinois/queue/pull/1))
* Allow student to edit topic and location of a qeustion that's already on the queue. ([@genevievehelsel](https://github.com/genevievehelsel) in [#18](https://github.com/illinois/queue/pull/18))
* Add support for course shortcodes. ([@nwalters512](https://github.com/nwalters512) in [#26](https://github.com/illinois/queue/pull/26))
* Make dotenv setup the first thing to run when starting the app. ([@nwalters512](https://github.com/nwalters512) in [#30](https://github.com/illinois/queue/pull/30))


## 20 February 2018

* Initial public deploy to edu.cs.illinois.edu.

0 comments on commit dc00f5a

Please sign in to comment.