Skip to content

Commit a08b438

Browse files
committed
Update CHANGELOG
***NO_CI***
1 parent 9132265 commit a08b438

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.5.0.103](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.103) (2020-10-14)
4+
5+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.5.0.101...v1.5.0.103)
6+
7+
**Implemented enhancements:**
8+
9+
- Graphics ready for merge [\#1721](https://github.com/nanoframework/nf-interpreter/pull/1721)
10+
11+
**Documentation and other chores:**
12+
13+
- Update Windows.Devices.Spi declaration [\#1732](https://github.com/nanoframework/nf-interpreter/pull/1732)
14+
315
## [v1.5.0.101](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.101) (2020-10-12)
416

517
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.4.2.1...v1.5.0.101)
@@ -24,6 +36,7 @@
2436
- Minor tweaks on targets launch config and cmake variants [\#1671](https://github.com/nanoframework/nf-interpreter/pull/1671)
2537
- Improve GPIO events for ESP32 [\#1660](https://github.com/nanoframework/nf-interpreter/pull/1660)
2638
- Rework ESP32 serial update [\#1658](https://github.com/nanoframework/nf-interpreter/pull/1658)
39+
- Rework SPI to detach it allowing reuse by several devices [\#1637](https://github.com/nanoframework/nf-interpreter/pull/1637)
2740

2841
**Fixed bugs:**
2942

@@ -47,6 +60,7 @@
4760

4861
**Documentation and other chores:**
4962

63+
- Release release-v1.5.0 [\#1731](https://github.com/nanoframework/nf-interpreter/pull/1731)
5064
- Update mscorlib declaration [\#1706](https://github.com/nanoframework/nf-interpreter/pull/1706)
5165
- Fix wake-up from standby [\#1704](https://github.com/nanoframework/nf-interpreter/pull/1704)
5266
- Rework mbedTLS for ESP32 [\#1685](https://github.com/nanoframework/nf-interpreter/pull/1685)
@@ -61,7 +75,6 @@
6175
- Add ORGPAL3 target [\#1654](https://github.com/nanoframework/nf-interpreter/pull/1654)
6276
- Remove c\_Flags\_Patch from CLR\_RECORD\_ASSEMBLY [\#1644](https://github.com/nanoframework/nf-interpreter/pull/1644)
6377
- Add SetupTimeoutFromTimeSpan [\#1643](https://github.com/nanoframework/nf-interpreter/pull/1643)
64-
- First Preview of graphics [\#1641](https://github.com/nanoframework/nf-interpreter/pull/1641)
6578
- Update SerialCommunication assembly to include enums from managed [\#1640](https://github.com/nanoframework/nf-interpreter/pull/1640)
6679
- Update SPI declaration [\#1639](https://github.com/nanoframework/nf-interpreter/pull/1639)
6780
- Update Devices.Gpio declaration [\#1638](https://github.com/nanoframework/nf-interpreter/pull/1638)
@@ -98,7 +111,6 @@
98111
- Extract AssertBlockStorage to it's own function [\#1472](https://github.com/nanoframework/nf-interpreter/pull/1472)
99112
- Enable support for multiple block storage devices [\#1466](https://github.com/nanoframework/nf-interpreter/pull/1466)
100113
- Add support for new ResourceManager class lib [\#1459](https://github.com/nanoframework/nf-interpreter/pull/1459)
101-
- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429)
102114

103115
**Fixed bugs:**
104116

@@ -164,7 +176,6 @@
164176
- Add serial configuration to STM32F091 [\#1468](https://github.com/nanoframework/nf-interpreter/pull/1468)
165177
- Improvements in STM32 flash driver V1 [\#1467](https://github.com/nanoframework/nf-interpreter/pull/1467)
166178
- Fix time accuracy [\#1465](https://github.com/nanoframework/nf-interpreter/pull/1465)
167-
- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464)
168179
- Fix for GetStorageFilesNative when using SPIFFS [\#1462](https://github.com/nanoframework/nf-interpreter/pull/1462)
169180
- Fix support for SRAM [\#1460](https://github.com/nanoframework/nf-interpreter/pull/1460)
170181

@@ -208,6 +219,7 @@
208219

209220
**Fixed bugs:**
210221

222+
- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464)
211223
- Improve valid image check to account for ITCM access devices [\#1457](https://github.com/nanoframework/nf-interpreter/pull/1457)
212224

213225
**Documentation and other chores:**
@@ -229,6 +241,7 @@
229241
- Improvements in Monitor\_FlashSectorMap [\#1447](https://github.com/nanoframework/nf-interpreter/pull/1447)
230242
- Improvements in block storage API [\#1446](https://github.com/nanoframework/nf-interpreter/pull/1446)
231243
- Add full type name to System::Double [\#1439](https://github.com/nanoframework/nf-interpreter/pull/1439)
244+
- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429)
232245
- Rework SSL code [\#1427](https://github.com/nanoframework/nf-interpreter/pull/1427)
233246
- Fix configuration manager initialization [\#1425](https://github.com/nanoframework/nf-interpreter/pull/1425)
234247
- Add GPIO ChangeCounter [\#1421](https://github.com/nanoframework/nf-interpreter/pull/1421)
@@ -656,7 +669,6 @@
656669
- Replace path for mscorlib.pe [\#288](https://github.com/nanoframework/nf-interpreter/pull/288)
657670
- Improve error reporting detail [\#286](https://github.com/nanoframework/nf-interpreter/pull/286)
658671
- Fix ComputeAssemblyHash [\#279](https://github.com/nanoframework/nf-interpreter/pull/279)
659-
- Moved nanoCLR\_ParseOptions file to src folder [\#277](https://github.com/nanoframework/nf-interpreter/pull/277)
660672
- Enable Target\_GetReleaseInfo [\#267](https://github.com/nanoframework/nf-interpreter/pull/267)
661673
- Enable GetClrReleaseInfo in Debugger [\#266](https://github.com/nanoframework/nf-interpreter/pull/266)
662674
- Revert types to well known defined types [\#251](https://github.com/nanoframework/nf-interpreter/pull/251)

0 commit comments

Comments
 (0)