Merge pull request #543 from pltaylor/RenderException

RenderException Handling
This commit is contained in:
Oystein Bjorke 2015-08-19 20:14:16 +02:00
Родитель 7b91d76e59 8d00f53a52
Коммит af02734a0e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
- Changed Axis, Annotation and Series Render() method (removed model parameter)
- Changed PCL project to profile 259, SL5 is separate now (#115)
- Extracted CreateReport() and CreateTextReport() from PlotModel (#517)
- Renamed GetLastUpdateException to GetLastPlotException and added the ability to see render exceptions(#543)
### Removed
- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)