Skip to content

Commit 6ee34f5

Browse files
committed
Update CHANGELOG for v1.2.6
***NO_CI***
1 parent 0ef8c65 commit 6ee34f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [v1.2.6-preview.16](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.16) (2019-07-17)
4+
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.14...v1.2.6-preview.16)
5+
36
## [v1.2.6-preview.14](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.14) (2019-07-17)
47
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.12...v1.2.6-preview.14)
58

@@ -141,7 +144,6 @@
141144
**Fixed bugs:**
142145

143146
- Fix ToString\(\) output [\#56](https://github.com/nanoframework/lib-CoreLibrary/pull/56)
144-
- Fix infinite loop in Append\(object value\) [\#10](https://github.com/nanoframework/lib-CoreLibrary/pull/10)
145147

146148
## [v1.0.6-preview-001](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-001) (2018-11-07)
147149
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.5-preview028...v1.0.6-preview-001)
@@ -160,10 +162,6 @@
160162
## [v1.0.3](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.3) (2018-10-16)
161163
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.2...v1.0.3)
162164

163-
**Fixed bugs:**
164-
165-
- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25)
166-
167165
**Documentation and other chores:**
168166

169167
- Improve CI & CD scripts to deal with release and master branches [\#46](https://github.com/nanoframework/lib-CoreLibrary/pull/46)
@@ -186,10 +184,12 @@
186184
**Fixed bugs:**
187185

188186
- Fix Assembly.GetType\(string, bool\) throws ArgumentException [\#26](https://github.com/nanoframework/lib-CoreLibrary/pull/26)
187+
- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25)
189188
- Constructor should copy only the desired chars [\#24](https://github.com/nanoframework/lib-CoreLibrary/pull/24)
190189
- Fix Hashtable.CopyTo [\#23](https://github.com/nanoframework/lib-CoreLibrary/pull/23)
191190
- Fix issue with ToString for doubles and floats [\#22](https://github.com/nanoframework/lib-CoreLibrary/pull/22)
192191
- Remove implementations of GetHashCode\(\) from several classes [\#21](https://github.com/nanoframework/lib-CoreLibrary/pull/21)
192+
- Fix infinite loop in Append\(object value\) [\#10](https://github.com/nanoframework/lib-CoreLibrary/pull/10)
193193
- Update Number.cs [\#6](https://github.com/nanoframework/lib-CoreLibrary/pull/6)
194194

195195
**Documentation and other chores:**

0 commit comments

Comments
 (0)