History.rdoc in rdf_context-0.5.10 vs History.rdoc in rdf_context-0.5.11
- old
+ new
@@ -1,4 +1,11 @@
+=== 0.5.11
+* AbstractSQLStore was incorrectly putting Literal::Language representation rather than value in database.
+* Changed Graph#eql? and Graph#== to do simple equality check.
+* Added Graph#isomorphic? which does more exhaustive equivalence check.
+* Fixed bug in MemoryStore where a frozen resource could be returned.
+* AbstractStore#destroy either removes all triples from store, or specified context. No longer removes the DB file.
+
=== 0.5.10
* N3 Parser
* Allow mixed case literal languages.
* Unescape literals
* Rspec 2.1.0