summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-09-28 15:19:50 +0100
committerThom May <thom@chef.io>2017-09-28 15:19:50 +0100
commitb03033749ea39f7c3ed5a3e70ba2fc38e6157c35 (patch)
tree05bb41edc55e5740623de5e53668ec2d377a1fd0 /RELEASE_NOTES.md
parent15149399f5eb1dc0cd2ca09ca1e3d1aa30b478db (diff)
downloadohai-b03033749ea39f7c3ed5a3e70ba2fc38e6157c35.tar.gz
prep 13.5 for releasetm/13_5
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index aee885a2..657a2911 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,15 @@
+# Ohai Release Notes 13.5
+
+### Correctly detect IPv6 routes ending in ::
+
+Previously we would ignore routes that ended `::`, and now we properly
+detect them.
+
+### Plugin run time is now measured
+
+Debug logs will show the length of time each plugin takes to run, making
+debugging of long ohai runs easier.
+
# Ohai Release Notes 13.4
### Windows EC2 Detection