Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 191 Bytes

BREAKING_CHANGES.md

File metadata and controls

6 lines (5 loc) · 191 Bytes

Breaking Changes

  1. 2018.10.30: Username regex
  • Old: '^[a-z][a-z0-9._-]{0,45}$'
  • New: '^[a-z][a-z0-9-]{0,44}[a-z0-9]$'
    • Cannot contain '.' or '_', must be 2+ chars, not just 1