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
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
### Added
10
-
- Minimal Wire mocks. Will not provide support for unit testing I2C communication yet, but will allow compilation of libraries that use I2C.
11
-
-`StreamTape` class now bridges `Stream` and `HardwareSerial` to allow general-purpose stream mocking & history
12
10
13
11
### Changed
14
-
- Arduino command failures (to read preferences) now causes a fatal error, with help for troubleshooting the underlying command
15
12
16
13
### Deprecated
17
14
18
15
### Removed
19
16
20
17
### Fixed
21
-
- Arduino library dependencies are now installed prior to unit testing, instead of prior to compilation testing. Whoops.
22
-
- Arduino library dependencies with spaces in their names are now handled properly during compilation -- spaces are automatically coerced to underscores
23
18
24
19
### Security
25
20
26
21
22
+
## [0.2.1] - 2019-08-12
23
+
### Added
24
+
- Minimal Wire mocks. Will not provide support for unit testing I2C communication yet, but will allow compilation of libraries that use I2C.
25
+
-`StreamTape` class now bridges `Stream` and `HardwareSerial` to allow general-purpose stream mocking & history
26
+
27
+
### Changed
28
+
- Arduino command failures (to read preferences) now causes a fatal error, with help for troubleshooting the underlying command
29
+
30
+
### Fixed
31
+
- Arduino library dependencies are now installed prior to unit testing, instead of prior to compilation testing. Whoops.
32
+
- Arduino library dependencies with spaces in their names are now handled properly during compilation -- spaces are automatically coerced to underscores
33
+
34
+
27
35
## [0.2.0] - 2019-02-20
28
36
### Added
29
37
-`release-new-version.sh` script
@@ -373,7 +381,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments