We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb45514 commit d80dcd2Copy full SHA for d80dcd2
src/xmlutils.jl
@@ -26,3 +26,6 @@ include("xmlutils/findnode.jl")
26
include("xmlutils/findcontent.jl")
27
include("xmlutils/updater.jl")
28
################################################################
29
+
30
+@deprecate addelm!(args...) addnode!(args...)
31
+@deprecate initialize_node(args...) createnode(args...)
0 commit comments