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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
-`ArduinoInstallation::force_install` now optionally accepts a version string
11
11
-`arduino_library_location.rb` script to print Arduino library location to stdout
12
12
-`arduino_ci_remote.rb` now supports `--skip-unittests` and `--skip-compilation`. If you skip both, only the `autolocate!` of the Arduino binary will be performed.
13
+
-`keepachangelog_manager` gem to begin streamlining the release process
14
+
-`unittest_setup()` and `unittest_teardown()` macros, my thanks to @hlovdal for contributing this code
15
+
- Added rspec sensitivity to the environment variable `$ARDUINO_CI_SKIP_SPLASH_SCREEN_RSPEC_TESTS` (for `arduino_ci` gem hackers)
16
+
- Added rspec sensitivity to the environment variable `$ARDUINO_CI_SKIP_RUBY_RSPEC_TESTS` (for `arduino_ci` gem hackers)
17
+
- Added rspec sensitivity to the environment variable `$ARDUINO_CI_SKIP_CPP_RSPEC_TESTS` (for `arduino_ci` gem hackers)
18
+
-`nullptr` definition in C++
19
+
-`assertNull()` for unit tests
13
20
14
21
### Changed
15
22
- Unit tests and examples are now executed alphabetically by filename
16
23
- The `pgm_read_...` preprocessor macros in cpp/arduino/avr/pgmspace.h now expands to an expression with applicable type.
24
+
- Unit tests for interrupts (`attachInterrupt` and `detachInterrupt`) get their own file
0 commit comments