Deprecated matchers module. Fixes #2446.

This commit is contained in:
Dominik Picheta
2016-04-04 20:22:22 +01:00
parent aa01c346f7
commit 38d6e2c221
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
#
## This module contains various string matchers for email addresses, etc.
##
## **Warning:** This module is deprecated since version 0.14.0.
{.deprecated.}
{.deadCodeElim: on.}
{.push debugger:off .} # the user does not want to trace a part

View File

@@ -26,6 +26,8 @@ Changes affecting backwards compatibility
- The ``strutils.unindent`` procedure has been rewritten. Its parameters now
match the parameters of ``strutils.indent``. See issue [#4037](https://github.com/nim-lang/Nim/issues/4037)
for more details.
- The ``matchers`` module has been deprecated. See issue [#2446](https://github.com/nim-lang/Nim/issues/2446)
for more details.
Library Additions