diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ceb58..ab63fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: matrix: compiler: - cxx: "g++" - - cxx: "clang++" + # https://stackoverflow.com/questions/76859275/error-compiling-a-cpp-containing-stdchrono-errorstatic-constexpr-unsigned-fra + - cxx: "clang++ -stdlib=libc++" flags: - cxxflags: "-std=c++98" - cxxflags: "-std=c++11" diff --git a/README.md b/README.md index 78340a0..9fcbe84 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,19 @@ mostly irrelevent.
2024-02-19 | +v1.4.0 | ++ +Add `hffix::message_writer::push_back_header(std::string_view)` +and `hffix::field_value::as_string_view()` +by [Slawomir Kuzniar @skuzniar](https://github.com/skuzniar) +(#51) + + | +
---|---|---|
2023-04-28 | v1.3.0 |