Normalize loaded content for text/plain;charset=utf-8 mime type (#9)

Normalize \r\n and \r into \n
This commit is contained in:
Kirill Chibisov 2019-10-30 03:03:25 +03:00 committed by trimental
parent 3f727066e5
commit e10bbfac70
2 changed files with 17 additions and 0 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
- Perform loaded data normalization for text/plain;charset=utf-8 mime type
## 0.3.5 -- 2019-09-3
- Fix primary selection storing, when releasing button outside of the surface