Skip to content

Commit 3898c0d

Browse files
committed
Fix CHANGELOG layout
1 parent fffda0b commit 3898c0d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CHANGELOG

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For a more detailed treatment of changes, please see the commit history of the g
44

55
Version 2.1.0 (18/10/18 [email protected])
66
- Refactor of motion sensor devices to support a range of accelerometer/magnetometer
7-
sensors through abstract high level classes and concrete device specific subclasses.
7+
sensors through abstract high level classes and concrete device specific subclasses.
88
- Introduction of resusable 3D coordinate space transformation code.
99
- Autodetection algorithm for I2C based accelerometer/magnetometer sensors.
1010
- Add support for LSM303 accelerometer/magnetometer sensor.
@@ -17,19 +17,18 @@ Version 2.1.0 (18/10/18 [email protected])
1717
local magnetic fileds, such as those caused by a battery pack.
1818
- Updates to heap memory allocator. The MicroBitHeapAllocator now replaces
1919
the GNU libc heap allocator, rather than exisitng in parallel with it, in
20-
order to reduce memory fragmentation and ensure that all allocations
21-
benefit from multiple heap region support and interrupt safety.
20+
order to reduce memory fragmentation and ensure that all allocations
21+
benefit from multiple heap region support and interrupt safety.
2222
- Added new bluetooth partial flashing service, that allows rapid
23-
reprogramming of the micro:bit over bluetooth in the common case.
23+
reprogramming of the micro:bit over bluetooth in the common case.
2424
- Improved graphics for bluetooth pairing mode.
2525
- Support to allow explicit launch of conmpass calibration algorithm via BLE characteristic.
2626
- Support for integrated hardware quadrature decoder
2727

2828
- Minor bug fixes/code optimisations including:
2929
- the message bus event routing code to support multiple event listeners
30-
with the same id, value and context.
31-
- accelerometer pitch measurement algorithm now has a full 0..360 degree
32-
range.
30+
with the same id, value and context.
31+
- accelerometer pitch measurement algorithm now has a full 0..360 degree range.
3332
- Support for SHAKE gesture recognition in tight loops.
3433
- prevent device lockups when routing UART pins to the edge connector.
3534
- support for changing RADIO frequency whilst active.

0 commit comments

Comments
 (0)