You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
* This file will be updated whenever a new release is put into production.
3
3
* Any problems should be reported via the "report an issue" link in the footer of the application.
4
4
5
+
## v6.1.0 - 2016-06-01
6
+
### Fixed
7
+
* Seed script no longer saves reservations with invalid dates ([#1229](https://github.com/YaleSTC/reservations/issues/1229)).
8
+
* Seed script no longer saves future overdue reservations ([#1263](https://github.com/YaleSTC/reservations/issues/1263)).
9
+
* Minor clean up of CsvExport code ([#1499](https://github.com/YaleSTC/reservations/issues/1499)).
10
+
* Availability calculation methods all work as expected ([#1501](https://github.com/YaleSTC/reservations/issues/1501)).
11
+
* Fixed intermittent ElementNotFound error during tests ([#1514](https://github.com/YaleSTC/reservations/issues/1514)).
12
+
* Fixed progress bar overflow on reservations show page ([#1532](https://github.com/YaleSTC/reservations/issues/1532)).
13
+
14
+
### Changed
15
+
* Changed default Heroku mailer from Mandrill to Sendgrid ([#1515](https://github.com/YaleSTC/reservations/issues/1515)).
16
+
* Updated all dependencies ([#1553](https://github.com/YaleSTC/reservations/issues/1553)).
17
+
5
18
## v6.0.0 - 2016-04-11
6
19
### Important
7
20
*This release includes an upgrade to Ruby 2.2.3 and Rails 4.2.5 along with updates to many other dependencies. Also, the configuration parameter SERVE_STATIC was renamed to RAILS_SERVE_STATIC_FILES.*
0 commit comments