Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 919 Bytes

changelog.md

File metadata and controls

41 lines (22 loc) · 919 Bytes

v0.20.0 - XX/XX/2018

Changes affecting backwards compatibility

  • The isLower, isUpper family of procs in strutils/unicode operating on strings have been deprecated since it was unclear what these do. Note that the much more useful procs that operator on char or Rune are not affected.

  • strutils.editDistance has been deprecated, use editdistance.editDistance or editdistance.editDistanceAscii instead.

Breaking changes in the standard library

Breaking changes in the compiler

Library additions

  • There is a new stdlib module editdistance as a replacement for the deprecated strutils.editDistance.

  • Added split, splitWhitespace, size, alignLeft, align, strip, repeat procs and iterators to unicode.nim.

Library changes

Language additions

Language changes

Tool changes

Compiler changes

Bugfixes