|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-CoreLibrary/tree/HEAD) |
4 | | - |
5 | | -[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.10...HEAD) |
| 3 | +## [v1.2.6-preview.12](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.2.6-preview.12) (2019-07-15) |
| 4 | +[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.2.6-preview.10...v1.2.6-preview.12) |
6 | 5 |
|
7 | 6 | **Documentation and other chores:** |
8 | 7 |
|
|
132 | 131 | ## [v1.0.6-preview-015](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.6-preview-015) (2018-11-29) |
133 | 132 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.6-preview-001...v1.0.6-preview-015) |
134 | 133 |
|
135 | | -**Implemented enhancements:** |
136 | | - |
137 | | -- Add new TimeSpan.From methods [\#57](https://github.com/nanoframework/lib-CoreLibrary/pull/57) |
138 | | - |
139 | 134 | **Fixed bugs:** |
140 | 135 |
|
141 | 136 | - Fix ToString\(\) output [\#56](https://github.com/nanoframework/lib-CoreLibrary/pull/56) |
|
150 | 145 | ## [v1.0.5-preview028](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.5-preview028) (2018-10-26) |
151 | 146 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.3...v1.0.5-preview028) |
152 | 147 |
|
153 | | -**Documentation and other chores:** |
154 | | - |
155 | | -- Extract System.Math [\#50](https://github.com/nanoframework/lib-CoreLibrary/pull/50) [[Breaking-Change](https://github.com/nanoframework/lib-CoreLibrary/labels/Breaking-Change)] |
156 | | - |
157 | 148 | ## [v1.0.3](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.3) (2018-10-16) |
158 | 149 | [Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.2...v1.0.3) |
159 | 150 |
|
| 151 | +**Implemented enhancements:** |
| 152 | + |
| 153 | +- Add GetCustomAttributes method to MemberInfo and derived classes [\#27](https://github.com/nanoframework/lib-CoreLibrary/pull/27) |
| 154 | + |
160 | 155 | **Documentation and other chores:** |
161 | 156 |
|
162 | 157 | - Improve CI & CD scripts to deal with release and master branches [\#46](https://github.com/nanoframework/lib-CoreLibrary/pull/46) |
|
165 | 160 | ## [v1.0.2](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.2) (2018-10-16) |
166 | 161 | **Implemented enhancements:** |
167 | 162 |
|
168 | | -- Add GetCustomAttributes method to MemberInfo and derived classes [\#27](https://github.com/nanoframework/lib-CoreLibrary/pull/27) |
| 163 | +- Add new TimeSpan.From methods [\#57](https://github.com/nanoframework/lib-CoreLibrary/pull/57) |
169 | 164 | - Add Encoding.GetString\(\) method [\#20](https://github.com/nanoframework/lib-CoreLibrary/pull/20) |
170 | 165 | - Implement missing GetHashCode\(\) on several classes/structs [\#17](https://github.com/nanoframework/lib-CoreLibrary/pull/17) |
171 | 166 | - Improve System.Single [\#16](https://github.com/nanoframework/lib-CoreLibrary/pull/16) |
|
189 | 184 |
|
190 | 185 | **Documentation and other chores:** |
191 | 186 |
|
| 187 | +- Extract System.Math [\#50](https://github.com/nanoframework/lib-CoreLibrary/pull/50) [[Breaking-Change](https://github.com/nanoframework/lib-CoreLibrary/labels/Breaking-Change)] |
192 | 188 | - Merge 'develop' for Release 1.0.2 [\#44](https://github.com/nanoframework/lib-CoreLibrary/pull/44) |
193 | 189 | - Add all missing comments for documentation and Intellisense [\#18](https://github.com/nanoframework/lib-CoreLibrary/pull/18) |
194 | 190 | - Update comment on Random class [\#9](https://github.com/nanoframework/lib-CoreLibrary/pull/9) |
|
0 commit comments