release_notes.qbk 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [/license
  2. Boost.Bimap
  3. Copyright (c) 2006-2007 Matias Capeletto
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. ]
  8. [/ QuickBook Document version 1.4 ]
  9. [section Release notes]
  10. [heading Boost 1.53 release]
  11. * Refactor map_view_iterator to improve error messages.
  12. * Fixed replace_(left/right/key/data) bug when using relations with info.
  13. * Fixed vector_of and list_of views `assign(size_type,value_type)` bug.
  14. * Fixed vector_of views `operator[](size_type)` and `at(size_type)` functions return value.
  15. [heading Boost 1.52 release]
  16. * Fixed unused parameter name warnings in Boost.Bimap ([@https://svn.boost.org/trac/boost/ticket/7425 #7425]).
  17. [heading Boost 1.50 release]
  18. * Added key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views ([@https://svn.boost.org/trac/boost/ticket/6031 #6031]).
  19. * Removed spurious dependency on Boost.Serialization ([@https://svn.boost.org/trac/boost/ticket/3868 #3868]).
  20. * Solved unused constructor parameter warning ([@https://svn.boost.org/trac/boost/ticket/5749 #5749]).
  21. [heading Boost 1.45 release]
  22. * Fixed custom allocators ([@https://svn.boost.org/trac/boost/ticket/3665 #3665]).
  23. * Fixed count() constness ([@https://svn.boost.org/trac/boost/ticket/2484 #2484]).
  24. * Other maintenance fixes.
  25. [heading Boost 1.35 release]
  26. * Added to Boost Libraries.
  27. [endsect]