|
4 | 4 | For official release notes, please see Releases.md |
5 | 5 |
|
6 | 6 | The current tag uses the following library versions: |
7 | | - - codal-core = https://github.com/lancaster-university/codal-core/tree/c43b89936ed72c022f2649f5540a9a74ef48fd04 |
| 7 | + - codal-core = https://github.com/lancaster-university/codal-core/tree/238e93846b434b730d4d0bfde99b43ccfde29cef |
8 | 8 | - codal-nrf52 = https://github.com/lancaster-university/codal-nrf52/tree/8802eb49140e0389e535cb6160d9080efd951ba7 |
9 | 9 | - codal-microbit-nrf5sdk = https://github.com/microbit-foundation/codal-microbit-nrf5sdk/tree/d41d5c7ebe53a1d01935e61d4ffa891e5112e119 |
10 | 10 |
|
| 11 | +## [v0.2.70](https://github.com/lancaster-university/codal-microbit-v2/compare/v0.2.69...v0.2.70) |
| 12 | + |
| 13 | + - Updated the Changelog (v0.2.69) (by Github Actions) |
| 14 | + - CI: Update mac runner version to macOS 13, as 12 is deprecated. (by Carlos Pereira Atencio) |
| 15 | + - Fix Pi value typo in SoundSynthesizerEffects. (#456) (by Carlos Pereira Atencio) |
| 16 | + - CI: Reduce the min GCC version used to match what MakeCode (PXT) uses. (#461) (by Carlos Pereira Atencio) |
| 17 | + - Update MicroBitAudio.isPlaying() to take into account initial silence. (#452) (by Carlos Pereira Atencio) |
| 18 | + - Add 'show_size' option to target.json file to print build size info. (#372) (by Carlos Pereira Atencio) |
| 19 | + - ci: Also build MakeCode & MicroPython on PRs. (#473) (by Carlos Pereira Atencio) |
| 20 | + - Eliminate noreturn compiler warnings (#467) (by Kevin Walsh) |
| 21 | + - CI: Update deprecated GH Actions runner image ubuntu-20.4 to 22.04. (by Carlos Pereira Atencio) |
| 22 | + - Ensure float operations in Sound Expression/Synth & Compass cal. (#454) (by Carlos Pereira Atencio) |
| 23 | + - Overwrite default CODAL `uBit.audio.levelSPL` 8-bit conversion range. (#481) (by Carlos Pereira Atencio) |
| 24 | + - Snapshot v0.2.70 (by Carlos Pereira Atencio) |
| 25 | + |
| 26 | +### codal-core ([c43b899...238e938](https://github.com/lancaster-university/codal-core/compare/c43b89936ed72c022f2649f5540a9a74ef48fd04...238e93846b434b730d4d0bfde99b43ccfde29cef)) |
| 27 | + |
| 28 | + - Ensure float literals and float versions of math functions are used. (#176) (by Carlos Pereira Atencio) |
| 29 | + - Fix MemorySource::playAsync for ManagedBuffer (#180) (by Martin Williams) |
| 30 | + - Fix TouchSensor::removeTouchButton (#179) (by Martin Williams) |
| 31 | + - Fix SerialStreamer::duration() (#172) (by Martin Williams) |
| 32 | + - Add compiler specific attributes for FORCE_RAM_FUNC. (#166) (by Carlos Pereira Atencio) |
| 33 | + - Fix Compass::init() warning and array delete bug (#181) (by Kevin Walsh) |
| 34 | + - LevelDetectorSPL: Cast `LEVEL_DETECTOR_SPL_8BIT_X_POINT` to floats. (#182) (by Carlos Pereira Atencio) |
| 35 | + |
11 | 36 | ## [v0.2.69](https://github.com/lancaster-university/codal-microbit-v2/compare/v0.2.67...v0.2.69) |
12 | 37 |
|
13 | 38 | - Updated the Changelog (by Carlos Pereira Atencio) |
|
0 commit comments