peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.62k stars 237 forks source link

Fixes #303 - Give Label constructor a name attribute #304

Closed dwhall closed 3 years ago

dwhall commented 3 years ago

Issues fixed by this PR

303

What does this implement/fix?

Adds a name arg to Label's constructor

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 97.161% when pulling 13cb16d6688778c27c9aa628fcf7b2ea01b30bae on dwhall:dwhLabelName into e7152f08f8552b93912621941e8f42ddc5a49fd4 on peterbrittain:master.

peterbrittain commented 3 years ago

Looks good. Can you please also update CHANGES.rst?

dwhall commented 3 years ago

Oh, right! Done.