Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit a020958

Browse files
committed
Merge pull request #1038 from YaleSTC/1002_v401_changelog
resolves #1002, v4.0.1 changelog
2 parents 0f8fe4c + 92d1ebf commit a020958

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ Changelog
55
* This file will be updated whenever a new release is put into production.
66
* Any problems should be reported via the "report an issue" link in the footer of the application.
77

8+
### v4.0.1
9+
*Released on 3 November 2014*
10+
#### Bug Fixes
11+
* Fixed an issue where links in the request e-mail were broken ([#1017](https://github.com/YaleSTC/reservations/issues/1017)).
12+
* Moved the email link hostname back to the environment files ([#1017](https://github.com/YaleSTC/reservations/issues/1017)).
13+
* Fixed an issue where requiring phone numbers with existing users in the database would cause problems ([#675](https://github.com/YaleSTC/reservations/issues/675), [#1008](https://github.com/YaleSTC/reservations/issues/1008)).
14+
* Fixed an issue where some application options defaulted to `nil` instead of `''` and associated problems ([#947](https://github.com/YaleSTC/reservations/issues/947)).
15+
* Updated `link_to` confirmation syntax for Rails 4 ([#990](https://github.com/YaleSTC/reservations/issues/990)).
16+
17+
#### New Features
18+
* Added a confirmation dialog when deactivating an item would cause that model to be overbooked within the coming week ([#983](https://github.com/YaleSTC/reservations/issues/983)).
19+
20+
#### Enhancements
21+
* Announcements are now rendered in Markdown so they can include links and formatting ([#1027](https://github.com/YaleSTC/reservations/issues/1027)).
22+
* Majorly refactored the Reservations controller ([#836](https://github.com/YaleSTC/reservations/issues/836), [#882](https://github.com/YaleSTC/reservations/issues/882)).
23+
* Moved the session from the database to a cookie to improve performance ([#880](https://github.com/YaleSTC/reservations/issues/880)).
24+
* Added fallback version number derived from CHANGELOG ([#968](https://github.com/YaleSTC/reservations/issues/968)).
25+
* Added a "Delete" button to the Requirements "show" page ([#803](https://github.com/YaleSTC/reservations/issues/803)).
26+
827
### v4.0.0
928
*Released on 5 October 2014*
1029
#### Bug Fixes

0 commit comments

Comments
 (0)