Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog')
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog
deleted file mode 100644
index 50ef3375b2a..00000000000
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2008-01-12 Sebastien Pouliot <sebastien@ximian.com>
-
- * RelaxngInference.cs: Fix infinite recursion in TypeInference
- property getter. Found by Gendarme.
-
-2005-03-07 Atsushi Enomoto <atsushi@ximian.com>
-
- * RelaxngInference.cs : missing copyright notice.
-
-2005-01-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * RelaxngInference.cs,
- RelaxngInferenceDesign.txt : new files.