pancurses v0.16.1 Release Notes

Release Date: 2018-12-26 // over 5 years ago
    • ๐Ÿ›  Fixed an issue on windows, using the wrong min function (#49)
    • ๐Ÿ“‡ Rename bgkdset() -> bkgdset() to be consistent with bkgd() (#52)
    • โœ‚ Remove try! so example compiles with 2018 edition (#55)
    • ๐Ÿ›  Fix Window::mouse_trafo's implementation (#56)
    • ๐Ÿ‘‰ Make Window::mouse_trafo take an immutable &self (#59)

Previous changes from v0.16.0

    • ๐Ÿ‘‰ Make the various window string methods generic on AsRef (#39)
    • ๐Ÿ›  Fixed registry permissions (#45)
    • ๐Ÿ›  Fixed missing log crate when using the win32 feature (#46)