We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ef9e0 commit eca7742Copy full SHA for eca7742
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.8.0
4
+
5
+ * Add custom path support for EmojiFilter #122 bradly
6
+ * Reorganize README and add table of contents #118 simeonwillbanks
7
8
## 1.7.0
9
10
* SanitizationFilter whitelists <s> and <strike> elements #120 charliesome
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "1.7.0"
+ VERSION = "1.8.0"
end
0 commit comments