mirror of
				https://github.com/paper-trail-gem/paper_trail.git
				synced 2022-11-09 11:33:19 -05:00 
			
		
		
		
	Release 4.2.0
This commit is contained in:
		
							parent
							
								
									1359b52e13
								
							
						
					
					
						commit
						7fafdc7e50
					
				
					 3 changed files with 15 additions and 8 deletions
				
			
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,4 +1,8 @@
 | 
			
		|||
## 4.2.0 (Unreleased)
 | 
			
		||||
## 4.2.0 (2016-05-31)
 | 
			
		||||
 | 
			
		||||
### Breaking Changes
 | 
			
		||||
 | 
			
		||||
- None
 | 
			
		||||
 | 
			
		||||
### Added
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -6,7 +10,11 @@
 | 
			
		|||
  Warn when destroy callback is set to :after with ActiveRecord 5
 | 
			
		||||
  option `belongs_to_required_by_default` set to `true`.
 | 
			
		||||
 | 
			
		||||
## 4.1.0
 | 
			
		||||
### Fixed
 | 
			
		||||
 | 
			
		||||
- None
 | 
			
		||||
 | 
			
		||||
## 4.1.0 (2016-01-30)
 | 
			
		||||
 | 
			
		||||
### Breaking Changes
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,8 +10,7 @@ has been destroyed.
 | 
			
		|||
 | 
			
		||||
| Version        | Documentation |
 | 
			
		||||
| -------------- | ------------- |
 | 
			
		||||
| 4.1            | https://github.com/airblade/paper_trail/blob/4.1-stable/README.md |
 | 
			
		||||
| 4.0            | https://github.com/airblade/paper_trail/blob/4.0-stable/README.md |
 | 
			
		||||
| 4              | https://github.com/airblade/paper_trail/blob/4-stable/README.md   |
 | 
			
		||||
| 3              | https://github.com/airblade/paper_trail/blob/3.0-stable/README.md |
 | 
			
		||||
| 2              | https://github.com/airblade/paper_trail/blob/2.7-stable/README.md |
 | 
			
		||||
| 1              | https://github.com/airblade/paper_trail/blob/rails2/README.md |
 | 
			
		||||
| 
						 | 
				
			
			@ -48,7 +47,7 @@ has been destroyed.
 | 
			
		|||
 | 
			
		||||
| paper_trail | branch     | tags   | ruby     | activerecord |
 | 
			
		||||
| ----------- | ---------- | ------ | -------- | ------------ |
 | 
			
		||||
| 4           | master     | v4.x   | >= 1.8.7 | >= 3.0, < 6  |
 | 
			
		||||
| 4           | 4-stable   | v4.x   | >= 1.8.7 | >= 3.0, < 6  |
 | 
			
		||||
| 3           | 3.0-stable | v3.x   | >= 1.8.7 | >= 3.0, < 5  |
 | 
			
		||||
| 2           | 2.7-stable | v2.x   | >= 1.8.7 | >= 3.0, < 4  |
 | 
			
		||||
| 1           | rails2     | v1.x   | >= 1.8.7 | >= 2.3, < 3  |
 | 
			
		||||
| 
						 | 
				
			
			@ -57,7 +56,7 @@ has been destroyed.
 | 
			
		|||
 | 
			
		||||
1. Add PaperTrail to your `Gemfile`.
 | 
			
		||||
 | 
			
		||||
    `gem 'paper_trail', '~> 4.1.0'`
 | 
			
		||||
    `gem 'paper_trail', '~> 4.2.0'`
 | 
			
		||||
 | 
			
		||||
1. Add a `versions` table to your database.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1378,7 +1377,7 @@ setting up your app with PaperTrail will look something like this:
 | 
			
		|||
 | 
			
		||||
1. Add PaperTrail to your `Gemfile`.
 | 
			
		||||
 | 
			
		||||
    `gem 'paper_trail', '~> 4.1.0'`
 | 
			
		||||
    `gem 'paper_trail', '~> 4.2.0'`
 | 
			
		||||
 | 
			
		||||
2. Generate a migration to add a `versions` table to your database.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
module PaperTrail
 | 
			
		||||
  module VERSION
 | 
			
		||||
    MAJOR = 4
 | 
			
		||||
    MINOR = 1
 | 
			
		||||
    MINOR = 2
 | 
			
		||||
    TINY  = 0
 | 
			
		||||
    PRE   = nil
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue