diff ChangeLog @ 148:dcc9dc25bc59 trunk

Added changelog file, plus some README and setup tweaks.
author cmlenz
date Tue, 15 Aug 2006 14:41:08 +0000
parents
children fc2ff46d1ae3
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,23 @@
+Version 0.2
+http://svn.edgewall.org/repos/markup/tags/0.2.0/
+(?, from branches/stable/0.2.x)
+
+ * XPath syntax errors now contain position info (ticket #20)
+ * Errors in expression evaluation now contain the correct line number in the
+   template (ticket #22)
+ * <script> and <style> element contents are no longer escaped when using HTML
+   serialization (ticket #24)
+ * In some cases expressions in templates did not get interpolated (ticket #26)
+ * CDATA sections are now passed through the pipeline and serialized correctly.
+   That allows using <script> or <style> elements in XHTML output that is still
+   compatible with HTML user agents.
+ * Output can be encoded using legacy codecs such as ISO-8859-1, any character
+   not representable in the chosen encoding gets replaced by the corresponding
+   XML character reference.
+
+
+Version 0.1
+http://svn.edgewall.org/repos/markup/tags/0.1.0/
+(Aug 3 2006, from branches/stable/0.1.x)
+
+ * First public release
Copyright (C) 2012-2017 Edgewall Software