Remove EnumerableExtensions.Reverse() (#677)

This commit is contained in:
Oystein Bjorke 2015-12-13 23:33:20 +01:00
Родитель 4410a4cc39
Коммит a956073439
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -66,6 +66,7 @@ All notable changes to this project will be documented in this file.
- Remove SL4 support (#115)
- Remove NET35 support (#115)
- PlotElement.Format method. Use StringHelper.Format instead.
- EnumerableExtensions.Reverse removed (#677)
### Fixed
- HeatMapSeries.GetValue returns NaN instead of calculating a wrong value in proximity to NaN (#256)