Skip to content

Commit d80dcd2

Browse files
committed
deprecate addelm! and initialize_node
1 parent eb45514 commit d80dcd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/xmlutils.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ include("xmlutils/findnode.jl")
2626
include("xmlutils/findcontent.jl")
2727
include("xmlutils/updater.jl")
2828
################################################################
29+
30+
@deprecate addelm!(args...) addnode!(args...)
31+
@deprecate initialize_node(args...) createnode(args...)

0 commit comments

Comments
 (0)