Skip to content

4.2.0

Compare
Choose a tag to compare
@facelessuser facelessuser released this 04 Aug 22:08
· 114 commits to master since this release
f9c437a

4.2.0

  • NEW: Deprecate the search references \l, \L, \c, and \C. The POSIX alternatives (which these were shortcuts for) should be used instead: [[:lower:]], [[:^lower:]], [:upper:]], and [[:^upper:]] respectively.
  • NEW: Formally drop support for Python 3.4.