Skip to content

Commit 9ca8e54

Browse files
committed
Update CHANGELOG
***NO_CI***
1 parent ccca695 commit 9ca8e54

File tree

1 file changed

+59
-3
lines changed

1 file changed

+59
-3
lines changed

CHANGELOG.md

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# Changelog
22

3-
## [v1.6.4.5](https://github.com/nanoframework/nf-interpreter/tree/v1.6.4.5) (2021-05-07)
3+
## [v1.6.5.3](https://github.com/nanoframework/nf-interpreter/tree/v1.6.5.3) (2021-07-24)
44

5-
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.3...v1.6.4.5)
5+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.5...v1.6.5.3)
66

77
**Implemented enhancements:**
88

9+
- Refactor repeated code in WireProtocol [\#1970](https://github.com/nanoframework/nf-interpreter/pull/1970)
10+
- Update EasyLink code for SDK [\#1967](https://github.com/nanoframework/nf-interpreter/pull/1967)
11+
- Increase priority of network threads for STM32 targets [\#1965](https://github.com/nanoframework/nf-interpreter/pull/1965)
12+
- Add Sys.IO.Port to TI SimpleLink [\#1964](https://github.com/nanoframework/nf-interpreter/pull/1964)
13+
- Add NOP definition to TI Simplelink [\#1963](https://github.com/nanoframework/nf-interpreter/pull/1963)
14+
- Fixes to String.Format [\#1951](https://github.com/nanoframework/nf-interpreter/pull/1951)
15+
- Fixes in System.IO.Port [\#1948](https://github.com/nanoframework/nf-interpreter/pull/1948)
16+
- Add base64 conversions to Win32 CLR [\#1945](https://github.com/nanoframework/nf-interpreter/pull/1945)
17+
- Restore FindTypeDef code for reflection types [\#1942](https://github.com/nanoframework/nf-interpreter/pull/1942)
18+
- Improvements in convert and format handling [\#1938](https://github.com/nanoframework/nf-interpreter/pull/1938)
19+
- Improve code in ChangeConditions [\#1935](https://github.com/nanoframework/nf-interpreter/pull/1935)
20+
- Improve time sensitive WP requests [\#1934](https://github.com/nanoframework/nf-interpreter/pull/1934)
21+
- Add Serial API for TI CC13x2\_26x2 [\#1930](https://github.com/nanoframework/nf-interpreter/pull/1930)
22+
- Adding System.IO.Ports support [\#1921](https://github.com/nanoframework/nf-interpreter/pull/1921)
23+
- Adding TimeoutException [\#1919](https://github.com/nanoframework/nf-interpreter/pull/1919)
24+
- Implement SpinWait [\#1914](https://github.com/nanoframework/nf-interpreter/pull/1914)
25+
- Add support to generate DAPLink files [\#1907](https://github.com/nanoframework/nf-interpreter/pull/1907)
26+
- Rework Wire Protocol [\#1906](https://github.com/nanoframework/nf-interpreter/pull/1906)
927
- Allow NXP targets to override all lwIP settings [\#1886](https://github.com/nanoframework/nf-interpreter/pull/1886)
1028
- Rework of WireProtocol [\#1884](https://github.com/nanoframework/nf-interpreter/pull/1884)
1129
- Add support for System.IO.Directory [\#1883](https://github.com/nanoframework/nf-interpreter/pull/1883)
@@ -333,6 +351,23 @@
333351

334352
**Fixed bugs:**
335353

354+
- Disable Bluetooth test code to allow debugging [\#1990](https://github.com/nanoframework/nf-interpreter/pull/1990)
355+
- Make available enough memory for SSL [\#1986](https://github.com/nanoframework/nf-interpreter/pull/1986)
356+
- Corrected some position combinations when R/W to backup memory [\#1978](https://github.com/nanoframework/nf-interpreter/pull/1978)
357+
- Fix update config with certificate \(CA and device\) [\#1977](https://github.com/nanoframework/nf-interpreter/pull/1977)
358+
- Fix Serial BytesToRead [\#1974](https://github.com/nanoframework/nf-interpreter/pull/1974)
359+
- Fix Assembly.Load with static constructors and fields [\#1973](https://github.com/nanoframework/nf-interpreter/pull/1973)
360+
- Fix debugger discovery [\#1969](https://github.com/nanoframework/nf-interpreter/pull/1969)
361+
- Fix System.IO.Port declaration [\#1961](https://github.com/nanoframework/nf-interpreter/pull/1961)
362+
- Fix unbox.any for GUID type [\#1956](https://github.com/nanoframework/nf-interpreter/pull/1956)
363+
- Fix WiFi Connect [\#1952](https://github.com/nanoframework/nf-interpreter/pull/1952)
364+
- Fix memory leak [\#1950](https://github.com/nanoframework/nf-interpreter/pull/1950)
365+
- Add missing flag in CLR\_DBG\_Commands \(\#1949\) [\#1949](https://github.com/nanoframework/nf-interpreter/pull/1949)
366+
- Rework default base64 implementation [\#1946](https://github.com/nanoframework/nf-interpreter/pull/1946)
367+
- Fix FromBase64 [\#1944](https://github.com/nanoframework/nf-interpreter/pull/1944)
368+
- Enable SmartConfig [\#1943](https://github.com/nanoframework/nf-interpreter/pull/1943)
369+
- Fixes in System.Convert [\#1928](https://github.com/nanoframework/nf-interpreter/pull/1928)
370+
- Fix naming for github container registry [\#1916](https://github.com/nanoframework/nf-interpreter/pull/1916)
336371
- Fix System.Device GpioPin.Read [\#1898](https://github.com/nanoframework/nf-interpreter/pull/1898)
337372
- Revert "Rework of WireProtocol \(\#1884\)" [\#1897](https://github.com/nanoframework/nf-interpreter/pull/1897)
338373
- Fixes Enum.HasFlag throwing ArgumentException [\#1882](https://github.com/nanoframework/nf-interpreter/pull/1882)
@@ -598,6 +633,19 @@
598633

599634
**Documentation and other chores:**
600635

636+
- Update ChibiOS to v21.6 [\#1982](https://github.com/nanoframework/nf-interpreter/pull/1982)
637+
- Update for new ESP32 targets [\#1980](https://github.com/nanoframework/nf-interpreter/pull/1980)
638+
- Update for new ESP32 targets [\#1979](https://github.com/nanoframework/nf-interpreter/pull/1979)
639+
- Add System.Device.Gpio project to WIN32 CLR [\#1972](https://github.com/nanoframework/nf-interpreter/pull/1972)
640+
- Remove GenericPort\_Write for SimpleLink [\#1968](https://github.com/nanoframework/nf-interpreter/pull/1968)
641+
- Update System.IO.Port declaration [\#1962](https://github.com/nanoframework/nf-interpreter/pull/1962)
642+
- Update mscorlib declaration [\#1954](https://github.com/nanoframework/nf-interpreter/pull/1954)
643+
- Update System.Net declaration [\#1953](https://github.com/nanoframework/nf-interpreter/pull/1953)
644+
- Update System.Math [\#1933](https://github.com/nanoframework/nf-interpreter/pull/1933)
645+
- Update System.Math [\#1926](https://github.com/nanoframework/nf-interpreter/pull/1926)
646+
- Update SerialCommunication [\#1917](https://github.com/nanoframework/nf-interpreter/pull/1917)
647+
- Update mscorlib declaration [\#1912](https://github.com/nanoframework/nf-interpreter/pull/1912)
648+
- Update declaration of graphics assembly [\#1909](https://github.com/nanoframework/nf-interpreter/pull/1909)
601649
- Correct declaration of Windows.Storage [\#1903](https://github.com/nanoframework/nf-interpreter/pull/1903)
602650
- Update checksum for STM32 hardware lib [\#1899](https://github.com/nanoframework/nf-interpreter/pull/1899)
603651
- Adding ESP32 LiLyGo target to the main README [\#1895](https://github.com/nanoframework/nf-interpreter/pull/1895)
@@ -850,9 +898,17 @@
850898
- Update corlib\_native\_System\_Number.cpp [\#549](https://github.com/nanoframework/nf-interpreter/pull/549)
851899
- Update targetHAL\_Time.cpp [\#548](https://github.com/nanoframework/nf-interpreter/pull/548)
852900

901+
## [v1.6.4.5](https://github.com/nanoframework/nf-interpreter/tree/v1.6.4.5) (2021-05-07)
902+
903+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.3...v1.6.4.5)
904+
853905
## [v1.6.4.3](https://github.com/nanoframework/nf-interpreter/tree/v1.6.4.3) (2021-05-07)
854906

855-
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.5.0.103...v1.6.4.3)
907+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v100...v1.6.4.3)
908+
909+
## [v100](https://github.com/nanoframework/nf-interpreter/tree/v100) (2020-12-02)
910+
911+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.5.0.103...v100)
856912

857913
## [v1.5.0.103](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.103) (2020-10-14)
858914

0 commit comments

Comments
 (0)