From 980e1e4078ebe06bc9ab5a0a0540c948e8df6cc5 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. --- hash/doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index aadeb97..35a2835 100644 --- a/hash/doc/changes.qbk +++ b/hash/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]