Index: /CKEditor.NET/trunk/CHANGES.html
===================================================================
--- /CKEditor.NET/trunk/CHANGES.html	(revision 6529)
+++ /CKEditor.NET/trunk/CHANGES.html	(revision 6530)
@@ -70,4 +70,9 @@
 		The first official release of the CKEditor ASP.NET Control. Changelog starts at this release.
 	</p>
+	<p>
+			Fixed issues:</p>
+	<ul>
+		<li><a href="http://dev.ckeditor.com/ticket/7276">#7276</a> : CKEditor.NET does not work in medium trust.</li>
+	</ul>
 	<div id="footer">
 		<hr />
Index: /CKEditor.NET/trunk/CKEditor.NET/Properties/AssemblyInfo.cs
===================================================================
--- /CKEditor.NET/trunk/CKEditor.NET/Properties/AssemblyInfo.cs	(revision 6529)
+++ /CKEditor.NET/trunk/CKEditor.NET/Properties/AssemblyInfo.cs	(revision 6530)
@@ -1,3 +1,7 @@
-﻿using System.Reflection;
+﻿/*
+ * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
@@ -23,4 +27,5 @@
 [assembly: ComVisible(false)]
 [assembly: System.CLSCompliant(true)]
+[assembly: System.Security.AllowPartiallyTrustedCallers]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
