|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.0.6-preview-015](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-015) (2018-11-29) |
| 4 | +[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.6-preview-010...v1.0.6-preview-015) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Add new TimeSpan.From methods [\#57](https://github.com/nanoframework/lib-CoreLibrary/pull/57) |
| 9 | + |
| 10 | +**Fixed bugs:** |
| 11 | + |
| 12 | +- Fix ToString\(\) output [\#56](https://github.com/nanoframework/lib-CoreLibrary/pull/56) |
| 13 | + |
| 14 | +## [v1.0.6-preview-010](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-010) (2018-11-16) |
| 15 | +[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.6-preview-001...v1.0.6-preview-010) |
| 16 | + |
3 | 17 | ## [v1.0.6-preview-001](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-001) (2018-11-07) |
4 | 18 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.5-preview035...v1.0.6-preview-001) |
5 | 19 |
|
|
40 | 54 | - Add Encoding.GetString\(\) method [\#20](https://github.com/nanoframework/lib-CoreLibrary/pull/20) |
41 | 55 | - Implement missing GetHashCode\(\) on several classes/structs [\#17](https://github.com/nanoframework/lib-CoreLibrary/pull/17) |
42 | 56 | - Improve System.Single [\#16](https://github.com/nanoframework/lib-CoreLibrary/pull/16) |
43 | | -- Work on Convert\(\) class [\#15](https://github.com/nanoframework/lib-CoreLibrary/pull/15) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] |
| 57 | +- Work on Convert\(\) class [\#15](https://github.com/nanoframework/lib-CoreLibrary/pull/15) |
44 | 58 | - Work on TimeSpan [\#14](https://github.com/nanoframework/lib-CoreLibrary/pull/14) |
45 | 59 | - Add overloads with float parameters to Math methods [\#13](https://github.com/nanoframework/lib-CoreLibrary/pull/13) |
46 | 60 | - Add String.Format [\#12](https://github.com/nanoframework/lib-CoreLibrary/pull/12) |
|
61 | 75 | **Documentation and other chores:** |
62 | 76 |
|
63 | 77 | - Merge 'develop' for Release 1.0.2 [\#44](https://github.com/nanoframework/lib-CoreLibrary/pull/44) |
64 | | -- Add all missing comments for documentation and Intellisense [\#18](https://github.com/nanoframework/lib-CoreLibrary/pull/18) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] |
65 | | -- Update comment on Random class [\#9](https://github.com/nanoframework/lib-CoreLibrary/pull/9) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] |
| 78 | +- Add all missing comments for documentation and Intellisense [\#18](https://github.com/nanoframework/lib-CoreLibrary/pull/18) |
| 79 | +- Update comment on Random class [\#9](https://github.com/nanoframework/lib-CoreLibrary/pull/9) |
66 | 80 |
|
67 | 81 | ## [v1.0.0-preview028](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview028) (2017-08-31) |
68 | 82 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview027...v1.0.0-preview028) |
|
0 commit comments