Skip to content

Commit e72376d

Browse files
committed
add changelog
1 parent adc3a8c commit e72376d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ describe CommentDrop do
135135
end
136136
```
137137

138+
## Contributors
139+
140+
* [Radin Reth](https://github.com/radin-reth/)
141+
138142
## Authors
139143

140144
* [Chamnap Chhorn](https://github.com/chamnap)

lib/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)