fix readme

This commit is contained in:
Alexey Avramov 2019-02-12 00:47:04 +09:00
parent 24c928aea2
commit 692c73323f

View File

@ -188,7 +188,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe
## Changelog ## Changelog
- In progress - [ ] In progress
- Redesign of the config - Redesign of the config
- Redesign of the GUI notifications - Redesign of the GUI notifications
- Improve modifing badness via matching with regular expressions: - Improve modifing badness via matching with regular expressions:
@ -214,7 +214,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe
- Add the ability to send any signal instead of SIGTERM for processes with certain names - Add the ability to send any signal instead of SIGTERM for processes with certain names
- Handle `UnicodeDecodeError` if victim name consists of many unicode characters - Handle `UnicodeDecodeError` if victim name consists of many unicode characters
- Improve user input validation - Improve user input validation
- Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default - [x] Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default
- [v0.1](https://github.com/hakavlad/nohang/releases/tag/v0.1), 2018-11-23 - [v0.1](https://github.com/hakavlad/nohang/releases/tag/v0.1), 2018-11-23
- 1st release - 1st release