summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMiel Vander Sande <miel.vandersande@meemoo.be>2022-08-04 22:16:10 +0200
committerGitHub <noreply@github.com>2022-08-04 22:16:10 +0200
commitcc80c9c356e62596335bc8f1a81acb1016eaed74 (patch)
tree0b6a03a0a7218c8ed05de5888f2bfc753becdeec /CHANGELOG.md
parentcfa418074b27b12aac905ba266b002a237c5ff4c (diff)
downloadrdflib-cc80c9c356e62596335bc8f1a81acb1016eaed74.tar.gz
fix: passing ConjunctiveGraph as namespace_manager (#2073)
pass the NamespaceManager of the ConjunctiveGraph as namespace_manager of the Graph created by the get_context() method instead of the ConjunctiveGraph object itself.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a011613..d6163386 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,22 @@ CHANGE BARRIER is intended to reduce the potential for merge conflicts
and will be removed for release.
-->
+ <!-- -->
+ <!-- -->
+ <!-- CHANGE BARRIER: START -->
+ <!-- -->
+ <!-- -->
+
+ - Fixes passing `NamespaceManager` in `ConjunctiveGraph`'s method `get_context()`.
+ The `get_context()` method will now pass the `NamespaceManager` of `ConjunctiveGraph` to the `namespace_manager` attribute of the newly created context graph, instead of the `ConjunctiveGraph` object itself. This cleans up an old FIXME commment.
+ [PR #2073](https://github.com/RDFLib/rdflib/pull/2073).
+
+<!-- -->
+<!-- -->
+<!-- CHANGE BARRIER: END -->
+<!-- -->
+<!-- -->
+
<!-- -->
<!-- -->
<!-- CHANGE BARRIER: START -->