diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2018-02-17 22:24:43 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2018-02-17 22:24:43 +0000 |
commit | c74a65662a052b01cf5946133dc7d77af20650da (patch) | |
tree | c838b68c79465a7b2efadc37e400131ee690fa5f /changelog.md | |
parent | fe6fddb9d83c099ee407bced8d59e11e351ecd58 (diff) | |
download | Nim-c74a65662a052b01cf5946133dc7d77af20650da.tar.gz |
Revert "Fixes #4265."
This reverts commit fe6fddb9d83c099ee407bced8d59e11e351ecd58.
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 194e098a8..73d7e7d9b 100644 --- a/changelog.md +++ b/changelog.md @@ -257,8 +257,6 @@ bar() - The ``securehash`` module is now deprecated. Instead import ``std / sha1``. - ``db_mysql`` module: ``DbConn`` is now a ``distinct`` type that doesn't expose the details of the underlying ``PMySQL`` type. -- ``strtabs.getOrDefault`` now returns ``nil`` instead of ``""``. See - [#4265](https://github.com/nim-lang/Nim/issues/4265) for more info. - Standard library modules can now also be imported via the ``std`` pseudo-directory. This is useful in order to distinguish between standard library and nimble package imports: |