2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Changelog update. Closes #555

This commit is contained in:
Nikita Kniazev
2019-12-06 01:23:08 +03:00
parent 877c778ed9
commit 9de1409587
3 changed files with 46 additions and 1 deletions

View File

@@ -8,6 +8,24 @@
[section What's New]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8_boost_1_72 Spirit V2.5.8 (Boost V1.72.0)]
* `<cctype>` functions were called with negative values. [gh_pr 543]
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8_boost_1_71 Spirit V2.5.8 (Boost V1.71.0)]
* Explicitly delete all non implemented assignment operators. [gh_pr 489] Romain Geissler
* Port `hold_any` to Boost.Core typeinfo. [gh_pr 510] Andrey Semashev
* Lex: Removed variadic `tokenize_and_phrase_parse`. [gh_pr 491]
* Qi: Floating point parser fixes. [trac 11608] [gh 421] [gh 495] [gh 498] [gh 503]
* utree: Missing `<cstring>` include in `utree_detail2.hpp`. [gh 502]
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8 Spirit V2.5.8]

View File

@@ -7,6 +7,33 @@
[section Changelog]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_5 Spirit V3.0.5 (Boost V1.72.0)]
* `any_char` parser were accepting characters outside of encoding. [gh 520] [gh_pr 521] sehe
* Added workaround `move_to` overload for `boost::optional` type. [gh 533] [gh_pr 534] Duzy Chan
* Unicode out-of-bounds category lookup. [gh_pr 528] Christian Mazakas
* Mismatched pragma warning push/pop in `escape_char.ipp`. [gh 532] [gh_pr 535] stefan301
* Remove bool->char->bool conversion in `[no_]case_compare`. [gh_pr 536]
* `<cctype>` functions were called with negative values. [gh_pr 543]
* Fixed `parse_rule` definition check. [gh_pr 549] (regressed in [gh_pr 457])
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_4_boost_1_71 Spirit V3.0.4 (Boost V1.71.0)]
* Explicitly delete all non implemented assignment operators. [gh_pr 489] Romain Geissler
* Unpublish `x3/support/utility/testing.hpp`. [gh_pr 492]
* Removed unused `is_char` and `is_string` traits. [gh_pr 507]
* Simplified `string_traits`. [gh_pr 507]
* `raw` parser attribute materialization issue. [gh 509]
* Removed static assert guarding unwanted attribute materialization that
happens when rule parser producing an attribute called without an actual
attribute. See [gh 511] for the discussion.
[endsect]
[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_4 Spirit V3.0.4 (Boost V1.70.0)]

View File

@@ -14,6 +14,6 @@
// This is the version of the current Spirit X3 distribution
//
///////////////////////////////////////////////////////////////////////////////
#define SPIRIT_X3_VERSION 0x3004
#define SPIRIT_X3_VERSION 0x3005
#endif