File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
- Arduino ` force_install ` on Linux now attempts downloading 3 times and provides more information on failure
10
10
- Explicit check for ` wget `
11
+ - Windows / Appveyor support, enabled largely by contributions from @tomduff
12
+ - ` long long ` support in ` String `
13
+ - Representative ` .gitignore ` files in sample projects
11
14
12
15
### Changed
13
16
- Author
14
17
- Splash-screen-skip hack on OSX now falls back on "official" launch method if the hack doesn't work
15
18
- Refactored download/install code in prepration for windows CI
19
+ - Explicitly use 32-bit math for mocked Random()
16
20
17
21
### Deprecated
18
22
19
23
### Removed
20
24
21
25
### Fixed
26
+ - ` Gemfile.lock ` files are properly ignored
27
+ - Windows hosts won't try to open a display manager
22
28
23
29
### Security
24
30
You can’t perform that action at this time.
0 commit comments