File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Version 0.33 (???)
77* Save source files as binary when packing.
88* Add further workaround for RTD bugs in Excel 2010 RTM.
99* Fix memory leak where on-demand registered RTD servers were not garbage collected after ServerTerminate().
10- * Change COM registrations (for RTD< ribbon and CTP) to always try machine hive first, before falling back to user hive.
10+ * Change COM registrations (for RTD, ribbon and CTP) to always try machine hive first, before falling back to user hive.
1111* Allow byte[] as parameters key in ExcelRtdObservable, to support storing only an opaque hash instead of the full parameter set.
1212* Fix race condition between ExcelRtdObserver.OnNext(), DateTime.ToOADateTime() and Excel calling RefreshData().
1313* Fix integer return type with IsExceptionSafe=true crashes in marshaling.
@@ -16,6 +16,9 @@ Version 0.33 (???)
1616* Implement logging mechanism based on System.Diagnostics.Trace.
1717* Add CreateCustomTask overloads that take the control explicitly.
1818* Clean up ExcelReference internals to only keep extra array of rectangles if needed.
19+ * Improve RTD and async exception handling for damaged Excel installs.
20+ * Fix NuGet package paths to use macros when packages are under solution folder.
21+ * Fix NuGet package install for F# on VS 2015.
1922
2023Version 0.32 (3 May 2014)
2124-------------------------
You can’t perform that action at this time.
0 commit comments