Skip to content

Commit b9c7335

Browse files
committed
add CHANGELOG file
1 parent 9ca8128 commit b9c7335

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## Next
6+
7+
- Callbacks: subscribe to different events with custom callable objects (#18)
8+
9+
## [0.8.0]
10+
11+
- Move CI from Travis to GH Actions (#15)
12+
- CI: add Rails 7 official support
13+
- Add generator to copy views (#17)
14+
- Add generator to generate initializer
15+
16+
## [0.7.0]
17+
18+
- Remove Sprockets dependency (#12)
19+
- CI: add Ruby 3 and Rails 6.1 official support
20+
21+
## [0.6.1]
22+
23+
- Fix flash alert I18n
24+
25+
## [0.6.0]
26+
27+
- Add flash alert for incorrect password (#10)
28+
29+
## [0.5.0]
30+
31+
- "Infinite" sudo sessions (#8)
32+
33+
[0.8.0]: https://github.com/markets/sudo_rails/compare/v0.7.0...v0.8.0
34+
[0.7.0]: https://github.com/markets/sudo_rails/compare/v0.6.1...v0.7.0
35+
[0.6.1]: https://github.com/markets/sudo_rails/compare/v0.6.0...v0.6.1
36+
[0.6.0]: https://github.com/markets/sudo_rails/compare/v0.5.0...v0.6.0
37+
[0.5.0]: https://github.com/markets/sudo_rails/compare/v0.4.4...v0.5.0

0 commit comments

Comments
 (0)