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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ section for the next release.
5
5
6
6
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
7
7
8
+
## [5.2.1] - 2019-08-07
9
+
10
+
Currently the tested and recommended version of Ruby to be used with BETY is 2.3. BETY compiles and passes tests with 2.4, 2.5 and 2.6 but have not been tested thoroughly with these versions.
11
+
12
+
### Added
13
+
14
+
-#643 : Moved `reindex.bety.sh` and `vacuum.bety.sh` scripts from PEcAn to BETY and provided access through entrypoint.
15
+
16
+
### Changed
17
+
18
+
- Documentation updates, now point to new [documentation location](https://pecanproject.github.io/bety-documentation/index.html)
19
+
-#652 : Better list of soil choices
20
+
- Ruby 2.3.8 is now default ruby when using RVM.
21
+
22
+
### Fixed
23
+
24
+
- Updated GEM list to fix security fixes as recommended by dependbot on GitHub.
25
+
- Restores method assignment in Bulk Uploads
26
+
- Fixed travis build, testing with 2.2, 2.3, 2.4, 2.5 and 2.6 of Ruby.
27
+
- Fixed errors when running BETY with 2.4, 2.5 and 2.6
28
+
-#668 : show "not found" page for invalid citations.
29
+
8
30
## [5.2.0] - 2019-03-11
9
31
10
32
### Added
@@ -15,7 +37,7 @@ For more information about this file see also [Keep a Changelog](http://keepacha
15
37
16
38
## [5.1.0] - 2019-01-14
17
39
18
-
### Fixes
40
+
### Fixed
19
41
20
42
-#611 : could not close alerts
21
43
-#585 : Pressing "Show" on the Covariates Edit page attempts an update
@@ -26,34 +48,34 @@ For more information about this file see also [Keep a Changelog](http://keepacha
26
48
27
49
## [5.0.5] - 2018-10-23
28
50
29
-
### Fixes
51
+
### Fixed
30
52
31
53
-#603 : Restores Rails route to make method completion work in Bulk Upload Wizard
32
54
33
55
## [5.0.4] - 2018-10-11
34
56
35
-
### Fixes
57
+
### Fixed
36
58
37
59
-#600 : Error when starting BETY as docker container due to frozen variable.
38
60
39
61
## [5.0.3] - 2018-09-28
40
62
41
-
### Fixes
63
+
### Fixed
42
64
43
65
-#593 : Replaces references to gitter with references to slack.
44
-
-#598 : Fixes issue in docker where the entrypoint referenced a wrong URL to download the initial schema from.
66
+
-#598 : Fixed issue in docker where the entrypoint referenced a wrong URL to download the initial schema from.
45
67
46
68
## [5.0.2] - 2018-08-09
47
69
48
-
### Fixes
70
+
### Fixed
49
71
- Update to sprockets gem
50
72
51
73
## [5.0.1] - 2018-08-08
52
74
53
-
### Fixes
54
-
-Fixes fuzzy matching used in search queries
75
+
### Fixed
76
+
-Fixed fuzzy matching used in search queries
55
77
56
78
## [5.0.0] - 2018-08-07
57
79
58
-
### Fixes
80
+
### Fixed
59
81
- Major upgrade to rails 5, make sure to read documentation on how to upgrade.
0 commit comments