Remove v2 changelog from master - we don't need it here, it's just for admin.

This commit is contained in:
jzmaddock
2015-09-12 11:26:56 +01:00
parent 8151879fb2
commit 1b18be716f

View File

@ -1,97 +0,0 @@
* = PR requests not yet applied to 'develop' branch
ANY
~~~
Missing mpl/if.hpp https://github.com/boostorg/any/pull/4 DM
DETAIL
------
Remove unnecessary include for deprecated ice_xxx.hpp header: https://github.com/boostorg/detail/pull/6 DM
Remove dependency on deprecated type_trait headers: https://github.com/boostorg/detail/pull/8 D
FOREACH
~~~~~~~
Relies on conversion from integral_constant* to mpl::bool_*
https://github.com/boostorg/foreach/pull/3 DM
FUNCTION
--------
Removed dependencies on ice_xxx.hpp headers: https://github.com/boostorg/function/pull/5 DM
Use ! operator directly rather than boost::mpl::not with Boost supported compilers:
https://github.com/boostorg/function/pull/8 DM
FUSION
------
Deprecated header usage: https://github.com/boostorg/fusion/pull/77 DM
FUNCTION_TYPES
--------------
Removed dependency on deprecated template_arity_spec.hpp: https://github.com/boostorg/function_types/pull/2 DM
Remove use of deprecated header: https://github.com/boostorg/function_types/pull/4 DM
GRAPH
~~~~~
* Needs to remove ice_or usage: https://github.com/boostorg/graph/pull/30
ITERATOR
~~~~~~~~
* is_lvalue_iterator.hpp needs to include mpl/bool.hpp
https://github.com/boostorg/iterator/pull/11 DM
* Removed reliance on deprecated type traits headers: https://github.com/boostorg/iterator/pull/14 DM
LAMBDA
~~~~~~
Missing includes:
ice.hpp see https://github.com/boostorg/lambda/pull/3 DM
Lots of headers: https://github.com/boostorg/lambda/pull/4 DM
Changes for type_traits Version2: https://github.com/boostorg/lambda/pull/9 DM
LEXICAL_CAST
~~~~~~~~~~~
missing is_float.hpp in converter_numeric.hpp https://github.com/boostorg/lexical_cast/pull/8 DM
Use mpl instead of ice_ functionality: https://github.com/boostorg/lexical_cast/pull/11 DM
Change to use operators rather than mpl equivalents for constant boolean values, in the replacements
eliminating dependency on deprecated type_traits headers:
https://github.com/boostorg/lexical_cast/pull/15 DM
PYTHON
------
deprecated header usage: https://github.com/boostorg/python/pull/23 DM
RANDOM
~~~~~~
Missing #includes: https://github.com/boostorg/random/pull/13 DM
RANGE
-----
Remove dependency on type traits ice_xxx.hpp headers, which are deprecated:
https://github.com/boostorg/range/pull/27 DM
Use operator || rather than boost::mpl::or_ for constant boolean expression:
https://github.com/boostorg/range/pull/31 D
TEST
----
Add needed MPL header file:
https://github.com/boostorg/test/pull/58 DM
VARIANT
-------
Removed reliance on deprecated type_traits header: https://github.com/boostorg/variant/pull/12 DM
Unexplained new failures
~~~~~~~~~~~~~~~~~~~~~~~~