summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore1
-rw-r--r--CHANGES5
2 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 8d700f99..850baf13 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,6 +2,7 @@ syntax: glob
*.egg
*.pyc
*.pyo
+.*.sw[op]
.idea/
.ropeproject
.project
diff --git a/CHANGES b/CHANGES
index 88f98bec..1f2a68d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,9 @@ Version 2.1
* ParaSail (PR#381)
* Boogie (PR#420)
* Turtle (PR#425)
+ * Fish Shell (PR#422)
+ * Roboconf (PR#449)
+ * Test Anything Protocol (PR#428)
- Added styles:
@@ -40,6 +43,8 @@ Version 2.1
- Javascript lexer now supports most of ES6. (#1100)
+- Cocoa builtins updated for iOS 8.1 (PR#433)
+
Version 2.0.3
-------------