CHANGELOG.md in clipboard-1.2.1 vs CHANGELOG.md in clipboard-1.3.0
- old
+ new
@@ -1,6 +1,17 @@
# CHANGELOG
+## 1.3.0
+### Bug Fixes
+* Conditionally read or don't read the output stream of external commands, fixes #32
+ * Special thanks to @orange-kao for the bug report + PR
+
+### New Features
+* Add a GTK based clipboard
+
+### Internal changes
+* Use frozen string literals
+
## 1.2.1
* Add WSL to autoloaded constants
## 1.2.0
* Support WSL (Windows Subsystem for Linux)