Skip to content

Commit fd0caf6

Browse files
committed
Update ChangeLog
1 parent b3ce896 commit fd0caf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Distribution/ChangeLog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2023
Version 0.32 (3 May 2014)
2124
-------------------------

0 commit comments

Comments
 (0)