Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
ba48f196
Commit
ba48f196
authored
Feb 16, 2017
by
Ben A. Morgan
Committed by
GitHub
Feb 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #382 from rubysherpas/bump-2.2.1
add changes for 2.2.1 and bump version
parents
21ae98ba
3f0536c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletions
+23
-1
CHANGELOG.md
+22
-0
lib/paranoia/version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
ba48f196
# paranoia Changelog
## 2.2.2 (Unreleased)
## 2.2.1 (2017-02-15)
*
[
#371
](
https://github.com/rubysherpas/paranoia/pull/371
)
Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base
_Fixes
[
#335
](
https://github.com/rubysherpas/paranoia/issues/335
)
and
[
#381
](
https://github.com/rubysherpas/paranoia/issues/381
)
._
[
Iaan Krynauw (@iaankrynauw)
](
https://github.com/iaankrynauw
)
*
[
#377
](
https://github.com/rubysherpas/paranoia/pull/377
)
Touch record on paranoia-destroy.
_Fixes
[
#296
](
https://github.com/rubysherpas/paranoia/issues/296
)
._
[
René (@rbr)
](
https://github.com/rbr
)
*
[
#379
](
https://github.com/rubysherpas/paranoia/pull/379
)
Fixes a problem of ambiguous table names when using only_deleted method.
_Fixes
[
#26
](
https://github.com/rubysherpas/paranoia/issues/26
)
and
[
#27
](
https://github.com/rubysherpas/paranoia/pull/27
)
._
[
Thomas Romera (@Erowlin)
](
https://github.com/Erowlin
)
## 2.2.0 (2016-10-21)
*
Ruby 2.0 or greater is required
...
...
lib/paranoia/version.rb
View file @
ba48f196
module
Paranoia
VERSION
=
"2.2.0"
VERSION
=
'2.2.1'
.
freeze
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment