File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ describe CommentDrop do
135
135
end
136
136
```
137
137
138
+ ## Contributors
139
+
140
+ * [ Radin Reth] ( https://github.com/radin-reth/ )
141
+
138
142
## Authors
139
143
140
144
* [ Chamnap Chhorn] ( https://github.com/chamnap )
Original file line number Diff line number Diff line change
1
+ # Overview
2
+
3
+ ## 0.1.1 - Not released
4
+
5
+ ### New Features
6
+
7
+ * Add ` bootstrap_pagination ` filter. (Radin Reth)
8
+
9
+ * Allow ` translate ` filter with interpolation. (Tomasz Stachewicz, Chamnap Chhorn)
10
+
11
+ * Support ` rails ` 4.2 and ` ruby ` 2.2. (Chamnap Chhorn)
12
+
13
+ * Support ` scope ` on collection drop. (Radin Reth)
14
+
15
+
16
+ ### Resolved Issues
17
+
18
+ * Add ` rel="prev" ` and ` rel="next" ` to ` default_pagination ` filter. (Radin Reth)
19
+
20
+ * Fix ` content_for ` and ` yield ` tag on ` rails ` 3.2. (Chamnap Chhorn)
21
+
22
+ * \# 4 Makes partial template work in namespaced controller. (Tomasz Stachewicz)
23
+
24
+ * ` truncate ` filter now forwards to the standard filters. (Radin Reth)
25
+
26
+ ## 0.1.0
27
+
28
+ * Initial Release
You can’t perform that action at this time.
0 commit comments