@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.2] - 2018-08-11
11
+
12
+ ### Changed
13
+
14
+ - The ` entry! ` and ` exception! ` macros now also accept a closure instead of a path.
15
+
16
+ - ` DefaultHandler ` and ` UserHardFault ` now default to an infinite loop if left undefined.
17
+
10
18
## [ v0.5.1] - 2018-05-14
11
19
12
20
### Fixed
@@ -319,30 +327,32 @@ section size addr
319
327
320
328
Initial release
321
329
322
- [ Unreleased ] : https://github.com/japaric/cortex-m-rt/compare/v0.5.0...HEAD
323
- [ v0.5.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.4.0...v0.3.0
324
- [ v0.4.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.15...v0.4.0
325
- [ v0.3.15 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.14...v0.3.15
326
- [ v0.3.14 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.13...v0.3.14
327
- [ v0.3.13 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.12...v0.3.13
328
- [ v0.3.12 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.11...v0.3.12
329
- [ v0.3.11 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.10...v0.3.11
330
- [ v0.3.10 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.9...v0.3.10
331
- [ v0.3.9 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.8...v0.3.9
332
- [ v0.3.8 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.7...v0.3.8
333
- [ v0.3.7 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.6...v0.3.7
334
- [ v0.3.6 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.5...v0.3.6
335
- [ v0.3.5 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.4...v0.3.5
336
- [ v0.3.4 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.3...v0.3.4
337
- [ v0.3.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.2...v0.3.3
338
- [ v0.3.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.1...v0.3.2
339
- [ v0.3.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.0...v0.3.1
340
- [ v0.3.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.4...v0.3.0
341
- [ v0.2.4 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.3...v0.2.4
342
- [ v0.2.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.2...v0.2.3
343
- [ v0.2.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.1...v0.2.2
344
- [ v0.2.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.0...v0.2.1
345
- [ v0.2.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.3...v0.2.0
346
- [ v0.1.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.2...v0.1.3
347
- [ v0.1.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.1...v0.1.2
348
- [ v0.1.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.0...v0.1.1
330
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.2...HEAD
331
+ [ v0.5.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.1...v0.5.2
332
+ [ v0.5.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.0...v0.5.1
333
+ [ v0.5.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.4.0...v0.5.0
334
+ [ v0.4.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.15...v0.4.0
335
+ [ v0.3.15 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.14...v0.3.15
336
+ [ v0.3.14 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.13...v0.3.14
337
+ [ v0.3.13 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.12...v0.3.13
338
+ [ v0.3.12 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.11...v0.3.12
339
+ [ v0.3.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.10...v0.3.11
340
+ [ v0.3.10 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.9...v0.3.10
341
+ [ v0.3.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.8...v0.3.9
342
+ [ v0.3.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.7...v0.3.8
343
+ [ v0.3.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.6...v0.3.7
344
+ [ v0.3.6 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.5...v0.3.6
345
+ [ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.4...v0.3.5
346
+ [ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.3...v0.3.4
347
+ [ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.2...v0.3.3
348
+ [ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.1...v0.3.2
349
+ [ v0.3.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.0...v0.3.1
350
+ [ v0.3.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.4...v0.3.0
351
+ [ v0.2.4 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.3...v0.2.4
352
+ [ v0.2.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.2...v0.2.3
353
+ [ v0.2.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.1...v0.2.2
354
+ [ v0.2.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.0...v0.2.1
355
+ [ v0.2.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.3...v0.2.0
356
+ [ v0.1.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.2...v0.1.3
357
+ [ v0.1.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.1...v0.1.2
358
+ [ v0.1.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.0...v0.1.1
0 commit comments