We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eace728 + b5bf438 commit 8c20c41Copy full SHA for 8c20c41
CHANGELOG.rdoc
@@ -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
+
9
== 2.6.3
10
* Fix bug of annotate position in routes (#158)
11
lib/annotate/version.rb
@@ -1,5 +1,5 @@
module Annotate
def self.version
- '2.6.3'
+ '2.6.4'
end
0 commit comments