We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa0be7 commit 75a1836Copy full SHA for 75a1836
CHANGELOG.rdoc
@@ -1,3 +1,9 @@
1
+== 2.6.9
2
+* Support foreigh key (#241)
3
+* Check if model has skip tag in annotate_model_file (#167)
4
+* Fix issue where serializer-related flags weren't being honored (#246)
5
+* Prefer SQL column type over normalized AR type (#231)
6
+
7
== 2.6.8
8
* Nothing annotated unless options[:model_dir] is specified, #234
9
lib/annotate/version.rb
@@ -1,5 +1,5 @@
module Annotate
def self.version
- '2.6.8'
+ '2.6.9'
end
0 commit comments