summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b108adf7..181ac106 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,3 +8,22 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Ohai Release Notes:
+
+## Haskell Language plugin
+
+Haskell is now detected in a new haskell language plugin:
+
+```javascript
+"languages": {
+ "haskell": {
+ "stack": {
+ "version": "1.2.",
+ "description": "Version 1.2.0 x86_64 hpack-0.14.0"
+ }
+ }
+}
+```
+
+## LSB Release Detection
+
+The lsb_release command line tool is now preferred to the contents of /etc/lsb-release. This resolves an issue where a distro can be upgraded, but /etc/lsb-release is not upgraded to reflect the change