diff --git a/1.6.md b/1.6.md
index 4e620e51..e19d7d09 100644
--- a/1.6.md
+++ b/1.6.md
@@ -20,6 +20,7 @@ Thanks to the following people for contributing this release.
**CPU**
- [ Windows ] Don't print CPU cores if detection fails.
+- [ BSD ] Fixed extremely long output.
**Battery**
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**
@@ -36,13 +37,18 @@ Thanks to the following people for contributing this release.
**Disk**
- Added new display option `perc` to display just the percentage with the progress bar.
+**Memory**
+- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
+
**Uptime**
-- [ OSX ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
+- [ OSX / BSD ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
+- [ OpenBSD ] Fixed duplicate `up` in output.
### Image
- Remove `shuffledir` in favor of '--image path/to/dir/'
+- Use `printf` instead of `shuf` to pick a random image.
### Ascii
@@ -50,5 +56,6 @@ Thanks to the following people for contributing this release.
- Added ascii art for Qubes OS.
- Revamped Alpine Linux's ascii art.
+
### Scrot
- Fixed scrot function not using user defined options.