@@ -10,18 +10,18 @@ lang: en
10
10
11
11
# Power Management Specification
12
12
13
- This is version 1.0.1 of the specification.
13
+ This is version 1.0.2 of the specification.
14
14
15
15
## Table of Contents
16
16
17
17
- [ Introduction] ( #introduction )
18
18
- [ Terminology] ( #terminology )
19
19
- [ micro: bit Power Modes] ( #microbit-power-modes )
20
- - [ Interface (KL27) Power Modes] ( #interface-KL27 -power-modes )
20
+ - [ Interface (KL27) Power Modes] ( #interface-kl27 -power-modes )
21
21
- [ LED behaviour] ( #led-behaviour )
22
- - [ Waking Up The Interface (KL27)] ( #waking-up-the-interface-KL27 )
23
- - [ Target (nRF52) Power Modes] ( #target-nRF52 -power-modes )
24
- - [ Waking Up The Target (nRF52)] ( #waking-up-the-target-nRF52 )
22
+ - [ Waking Up The Interface (KL27)] ( #waking-up-the-interface-kl27 )
23
+ - [ Target (nRF52) Power Modes] ( #target-nrf52 -power-modes )
24
+ - [ Waking Up The Target (nRF52)] ( #waking-up-the-target-nrf52 )
25
25
- [ Power Mode Transitions] ( #power-mode-transitions )
26
26
- [ Changelog] ( #changelog )
27
27
@@ -319,11 +319,15 @@ Not possible.
319
319
320
320
## Changelog
321
321
322
- ** 1.0.1** :
323
- - Added Table of Contents.
324
- - Rorganised sections for better presentation.
325
- - Added links to the power modes to the intro
326
- - Added markdown frontmatter metadata for tech.microbit.org website rendering.
327
-
328
- ** 1.0.0** :
329
- - Initial release.
322
+ | Version | Changes |
323
+ | --------------| ---------|
324
+ | 1.0.0 | Initial release. |
325
+ | [ 1.0.1] [ 101 ] | Added Table of Contents. |
326
+ | | Reorganised sections for better presentation. |
327
+ | | Added links to the power modes to the intro |
328
+ | | Added markdown frontmatter metadata for tech.microbit.org website rendering. |
329
+ | [ 1.0.2] [ 102 ] | Reformatted changelog |
330
+ | | Fixed table of contents links |
331
+
332
+ [ 101 ] : https://github.com/microbit-foundation/spec-power-management/commit/917a60dc70c2691abb5227d70829246f83ccfd53
333
+ [ 102 ] : https://github.com/microbit-foundation/spec-power-management/commit/????
0 commit comments