Skip to content

Commit 8c20c41

Browse files
committed
Merge branch 'release/2.6.4' into develop
2 parents eace728 + b5bf438 commit 8c20c41

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== 2.6.4
2+
* Skip "models/concerns", #194
3+
* Fix #173 where annotate says "Nothing to annotate" in rails 4.2
4+
* Display an error message if not run from the root of the project, #186
5+
* Support rails 4.0 new default test directory, #182
6+
* Add an option to show timestamp in routes "-timestamp", #136
7+
* Skip plain ruby objects if they have the same class name as an ActiveRecord object, #121
8+
19
== 2.6.3
210
* Fix bug of annotate position in routes (#158)
311

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.3'
3+
'2.6.4'
44
end
55
end

0 commit comments

Comments
 (0)