From 8b19e7eaa0f76e936d89c06a788dbaa6359c62cb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 10 Jan 2015 12:33:17 +0000 Subject: [PATCH] Release note for hash change. --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index aadeb97..35a2835 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -174,4 +174,9 @@ * Ongoing work on improving `hash_combine`. This changes the combine function which was previously defined in the reference documentation. +[h2 Boost 1.57.0] + +* Fixed strict aliasing violation + ([@https://github.com/boostorg/functional/pull/3 GitHub #3]). + [endsect]