Skip to content

Commit f5f2fab

Browse files
committed
Changelog entry
1 parent 23357e5 commit f5f2fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
### Changed
2020

2121
- **(breaking)** Upgrade embedded-graphics from `0.6.0-alpha.2` to version `0.6.0-alpha.3`
22+
- [#106](https://github.com/jamwaffles/ssd1306/pull/106) Switch out some `for` loops for iterators internally to speed up data transfers and reduce code size in `--release` mode.
2223

2324
## [0.3.0-alpha.3] - 2020-02-03
2425

@@ -59,8 +60,8 @@
5960
- Builder docs clarify the order of method calls (#89)
6061

6162
<!-- next-url -->
62-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...HEAD
6363

64+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...HEAD
6465
[0.3.0-alpha.4]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
6566
[0.3.0-alpha.3]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3
6667
[0.3.0-alpha.2]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.1...v0.3.0-alpha.2

0 commit comments

Comments
 (0)