Changelog entry for vector<bool> fix

This commit is contained in:
Daniel James
2018-04-04 00:32:37 +01:00
parent 601b8d0378
commit 3e8dbcbcc5

View File

@@ -216,5 +216,7 @@
preprocessor to generate them. Should improve usability, due
to better error messages, and easier debugging.
* Fix tutorial example ([ticket 11017]).
* Quick fix for hashing `vector<bool>` when using libc++. Will try to introduce
a more general fix in the next release.
[endsect]