Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jun 28, 2018
1 parent a3c7b53 commit 248f079
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

* `Unreleased`
- Nothing yet

* `v1.2.0`
- [PR #31](https://github.com/cortiz/prawn-rails/pull/31) - Use Prawn::Document.extensions in favor of custom plug-in loading. This removes all changes made in PR #29 and should behave much more appropriately now.
- [Undo PR #29](https://github.com/cortiz/prawn-rails/pull/31) - Use Prawn::Document.extensions in favor of custom plug-in loading
- [PR #30](https://github.com/cortiz/prawn-rails/pull/30) - Allow rendering in ActionMailer

* `v1.1.0`
- [#29](https://github.com/cortiz/prawn-rails/pull/29) - Require all installed prawn extensions
- [PR #29](https://github.com/cortiz/prawn-rails/pull/29) - Require all installed prawn extensions
- Removed unnecessary `html_strip` helper method. If you were using this feature, instead use Rails built in `strip_tags(html_str)` or `ActionView::Base.full_sanitizer.sanitize(html_str)`
- Add legitimate tests

Expand Down
2 changes: 1 addition & 1 deletion lib/prawn-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrawnRails
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 248f079

Please sign in to comment.