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
+16-7
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
### Added
9
+
10
+
### Changed
11
+
12
+
### Deprecated
13
+
14
+
### Removed
15
+
16
+
### Fixed
17
+
18
+
### Security
19
+
20
+
21
+
## [0.1.17] - 2019-01-14
22
+
### Added
9
23
- Provide an `itoa` function. It is present in Arduino's runtime environment but not on most (all?) host systems because itoa is not a portable standard function.
10
24
-`to_h` and `to_s` functions for `ci_config.rb`
11
25
-`CIConfig::clone`
@@ -17,16 +31,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
31
-`autolocate!` for Arduino installations now raises `ArduinoInstallationError` if `force_install` fails
18
32
- Errors due to missing YAML are now named `ConfigurationError`
19
33
20
-
### Deprecated
21
-
22
-
### Removed
23
-
24
34
### Fixed
25
35
- Determining a working OSX launch command no longer breaks on non-English installations
26
36
-`arduino_ci_remote.rb` now honors selected and rejected test files
27
37
28
-
### Security
29
-
30
38
31
39
## [0.1.16] - 2019-01-06
32
40
### Changed
@@ -284,7 +292,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
You want your Arduino library to be automatically built and tested every time someone contributes code to your project on GitHub, but the Arduino IDE lacks the ability to run unit tests. [Arduino CI](https://github.com/ianfixes/arduino_ci) provides that ability.
0 commit comments