|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 6 | ## [v1.2.6-preview.14](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.14) (2019-07-17) |
4 | 7 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.12...v1.2.6-preview.14) |
5 | 8 |
|
|
141 | 144 | **Fixed bugs:** |
142 | 145 |
|
143 | 146 | - 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) |
145 | 147 |
|
146 | 148 | ## [v1.0.6-preview-001](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-001) (2018-11-07) |
147 | 149 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.5-preview028...v1.0.6-preview-001) |
|
160 | 162 | ## [v1.0.3](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.3) (2018-10-16) |
161 | 163 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.2...v1.0.3) |
162 | 164 |
|
163 | | -**Fixed bugs:** |
164 | | - |
165 | | -- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25) |
166 | | - |
167 | 165 | **Documentation and other chores:** |
168 | 166 |
|
169 | 167 | - Improve CI & CD scripts to deal with release and master branches [\#46](https://github.com/nanoframework/lib-CoreLibrary/pull/46) |
|
186 | 184 | **Fixed bugs:** |
187 | 185 |
|
188 | 186 | - 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) |
189 | 188 | - Constructor should copy only the desired chars [\#24](https://github.com/nanoframework/lib-CoreLibrary/pull/24) |
190 | 189 | - Fix Hashtable.CopyTo [\#23](https://github.com/nanoframework/lib-CoreLibrary/pull/23) |
191 | 190 | - Fix issue with ToString for doubles and floats [\#22](https://github.com/nanoframework/lib-CoreLibrary/pull/22) |
192 | 191 | - 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) |
193 | 193 | - Update Number.cs [\#6](https://github.com/nanoframework/lib-CoreLibrary/pull/6) |
194 | 194 |
|
195 | 195 | **Documentation and other chores:** |
|
0 commit comments