Browse Source

Help: Add notes for topic 'swig_add_library'

Brad King 9 years ago
parent
commit
a57e76301b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Help/release/dev/swig_add_library.rst

+ 8 - 0
Help/release/dev/swig_add_library.rst

@@ -0,0 +1,8 @@
+swig_add_library
+----------------
+
+* The :module:`UseSWIG` module gained a ``swig_add_library`` command
+  to give more flexibility over the old ``swig_add_module`` command.
+
+* The :module:`UseSWIG` module ``swig_add_module`` command is now
+  deprecated in favor of ``swig_add_library``.