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

Commit 8a072b8

Browse files
committed
Update CHANGELOG for v6.1.0
Resolves #1548
1 parent 3127c81 commit 8a072b8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
* This file will be updated whenever a new release is put into production.
33
* Any problems should be reported via the "report an issue" link in the footer of the application.
44

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+
518
## v6.0.0 - 2016-04-11
619
### Important
720
*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

Comments
 (0)