Skip to content

Commit a7d715e

Browse files
committed
update CHANGELOG
1 parent 0848e0a commit a7d715e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- Arduino `force_install` on Linux now attempts downloading 3 times and provides more information on failure
1010
- 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
1114

1215
### Changed
1316
- Author
1417
- Splash-screen-skip hack on OSX now falls back on "official" launch method if the hack doesn't work
1518
- Refactored download/install code in prepration for windows CI
19+
- Explicitly use 32-bit math for mocked Random()
1620

1721
### Deprecated
1822

1923
### Removed
2024

2125
### Fixed
26+
- `Gemfile.lock` files are properly ignored
27+
- Windows hosts won't try to open a display manager
2228

2329
### Security
2430

0 commit comments

Comments
 (0)