Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@therealbstern therealbstern released this 27 Oct 23:11
· 62 commits to master since this release

The FileBackingStore and the MemoryBackingStore now silently replace \n with \u{FFFD}, just as String::from_utf8_lossy does for invalid UTF-8. This is unlikely to cause problems in production because users with embedded newlines in their name already can't log in properly.

Also improved UNIX file permissions.