Skip to content

Commit 78a0dbc

Browse files
committed
Finish 3.2.2
2 parents 1c7b189 + cf84c86 commit 78a0dbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.2.2

lib/rdf/repository.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ def begin_transaction(mutable: false, graph_name: nil)
244244
# @see RDF::Repository
245245
module Implementation
246246
DEFAULT_GRAPH = false
247+
248+
##
249+
# @deprecated moved to {RDF::Transaction::SerializedTransaction}
250+
SerializedTransaction = RDF::Transaction::SerializedTransaction
247251

248252
##
249253
# @private

0 commit comments

Comments
 (0)