summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/notes.css2
-rw-r--r--download/release-next.t2t6
2 files changed, 4 insertions, 4 deletions
diff --git a/css/notes.css b/css/notes.css
index 08503c594..1a51a179d 100644
--- a/css/notes.css
+++ b/css/notes.css
@@ -1,6 +1,4 @@
@import url(style.css);
-i { color: #00c; }
-
body { color: #333; }
li>code, p>code, pre { color: #730; }
diff --git a/download/release-next.t2t b/download/release-next.t2t
index 53908995f..8b2a27aca 100644
--- a/download/release-next.t2t
+++ b/download/release-next.t2t
@@ -4,7 +4,6 @@ October 2015
%!style:../css/notes.css
%!postproc(html): <TITLE> <meta charset="UTF-8"><meta name = "viewport" content = "width = device-width"> <TITLE>
%!postproc(html): <H1> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>
-%!postproc(html): '<BODY.*?>' '<BODY class=releasenotes>'
==Installation==
@@ -50,7 +49,10 @@ Over 170 changes have been pushed to the source repository since
the ``eh`` (``execute_history``) command now works again.
-%====Other changes and bug fixes====
+====Other changes and bug fixes====
+
+- Various improvements and bug fixes in the C run-time system and its
+ bindings to other languages.
====Changes of interest to compiler developers====