Skip to content

Commit

Permalink
Bump to 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 11, 2015
1 parent 6bf95fb commit 40b5abb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v9.1.2
2015-06-11: Remove unnecessary dependency on rdf-vocab [Justin Coyne]

2015-05-05: Track type as a changed attribute in MetadataNode [Justin Coyne]

2015-05-05: Don't try to save the metadata node if the file is unsaved [Justin
Coyne]

2015-05-05: File#save should return true if there is nothing to save Fixes #784
This parallels how ActiveRecord objects behave if there are no changes, e.g.:
[Justin Coyne]

2015-05-04: CollectionAssociation should generate a solr query lazily When a
CollectionAssociation is loaded before the owing object is saved the solr query
is produced without the id of the owner, so all the objects of the correct type
are returned. Ref #781 [Justin Coyne]

v9.1.0
2015-04-16: Use delegate_to instead of datastream in the options for property
Trying to reduce/elimnate the useage of "datastream" especially in the public
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = "9.1.1"
VERSION = "9.1.2"
end

0 comments on commit 40b5abb

Please sign in to comment.