mirror of
https://github.com/boostorg/algorithm.git
synced 2025-06-30 14:31:05 +02:00
24 lines
850 B
XML
24 lines
850 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
|
|
<!-- Copyright (c) 2002-2006 Pavol Droba.
|
|
Subject to the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
|
|
-->
|
|
|
|
<section id="string_algo.release_notes" last-revision="$Date$">
|
|
<title>Release Notes</title>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><emphasis role="bold">1.32</emphasis></para>
|
|
<para>Initial release in Boost</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><emphasis role="bold">1.33</emphasis></para>
|
|
<para>Internal version of collection traits removed, library adapted to Boost.Range</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|