History.txt in despamilator-2.1 vs History.txt in despamilator-2.1.1
- old
+ new
@@ -65,8 +65,23 @@
=== 2.0.1
* Minor bug fix in shouting filter.
-=== IN PROGRESS
+=== 2.1 2011-09-11
-* Removed the "matched_by" method. Replaced by "matches".
+* Significant improvement in filtering accuracy. Added...
+ * Suspect punctuation detection.
+ * URL obfuscation detection.
+ * Price detection (dollars only).
+ * Long domain name detection.
+ * Spammy TLD detection.
+
+* Added URL negation for many filters to reduce false positives.
+
+* Deprecated the "matched_by" method. Replaced by "matches".
+
+* Internal refactor to make filters stateless.
+
+=== 2.1.1 2011-09-24
+
+* Fixed syntax error fo Ruby 1.8.
\ No newline at end of file