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

Commit cef35d9

Browse files
author
Sydney Young
authored
Merge pull request #1655 from YaleSTC/1575_v620_changelog
[1575] v620 changelog
2 parents 58b7464 + 30a68e2 commit cef35d9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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.2.0 - 2016-07-04
6+
### Important
7+
*This release includes an update to Ruby 2.3.1 along with other dependencies*
8+
9+
### Fixed
10+
* Fixed intermittent asset failure in specs ([#1528](https://github.com/YaleSTC/reservations/issues/1528)).
11+
* Downgraded Permanent Record gem to fix deactivation issue ([#1638](https://github.com/YaleSTC/reservations/issues/1638)).
12+
* Fixed cart validation counting error ([#1641](https://github.com/YaleSTC/reservations/issues/1641)).
13+
* Fixed User phone number validation regex ([#1633](https://github.com/YaleSTC/reservations/issues/1633)).
14+
* Use AppConfig#check everywhere ([#1584](https://github.com/YaleSTC/reservations/issues/1584)).
15+
16+
17+
### Added
18+
* Configuration for Hound CI ([#1577](https://github.com/YaleSTC/reservations/issues/1577)).
19+
* Setting to allow requests to block availability ([#1521](https://github.com/YaleSTC/reservations/issues/1521)).
20+
* Buttons to run cron jobs manually ([#1275](https://github.com/YaleSTC/reservations/issues/1275)).
21+
* TravisCI now runs ESlint ([#1581](https://github.com/YaleSTC/reservations/issues/1581)).
22+
23+
24+
### Changed
25+
* Refactor EquipmentModel model spec ([#1600](https://github.com/YaleSTC/reservations/issues/1600)).
26+
* Refactor EquipmentModels controller spec ([#1587](https://github.com/YaleSTC/reservations/issues/1587)).
27+
* Periodic rake tasks moved to ActiveJob ([#1275](https://github.com/YaleSTC/reservations/issues/1275)).
28+
* Refactor Reservation model spec ([#1554](https://github.com/YaleSTC/reservations/issues/1554)).
29+
* Refactor EquipmentItems controller spec ([#1588](https://github.com/YaleSTC/reservations/issues/1588)).
30+
* Refactor Reservations controller spec ([#1586](https://github.com/YaleSTC/reservations/issues/1586)).
31+
* Refactor EquipmentItem model spec ([#1610](https://github.com/YaleSTC/reservations/issues/1600)).
32+
* Refactor Users controller spec ([#1595](https://github.com/YaleSTC/reservations/issues/1595)).
33+
* Refactor Categories controller spec ([#1589](https://github.com/YaleSTC/reservations/issues/1589)).
34+
* Overhaul seed script ([#1327](https://github.com/YaleSTC/reservations/issues/1327)).
35+
* Default LDAP to nil in test suite ([#1411](https://github.com/YaleSTC/reservations/issues/1411)).
36+
537
## v6.1.0 - 2016-06-01
638
### Fixed
739
* Seed script no longer saves reservations with invalid dates ([#1229](https://github.com/YaleSTC/reservations/issues/1229)).

0 commit comments

Comments
 (0)