Skip to content

Commit

Permalink
Generate (e6b546b)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
1 parent 6f4ed24 commit fb5901c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
39 changes: 39 additions & 0 deletions NEWS_md.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ <h3>Table of Contents</h3>

<ul class="link-list" role="directory">
<li><a href="#label-News">News</a>
<li><a href="#label-3.2.7+-+2023-06-26">3.2.7 - 2023-06-26</a>
<li><a href="#label-Improvements">Improvements</a>
<li><a href="#label-Fixes">Fixes</a>
<li><a href="#label-Thanks">Thanks</a>
<li><a href="#label-3.2.6+-+2022-12-08">3.2.6 - 2022-12-08</a>
<li><a href="#label-Improvements">Improvements</a>
<li><a href="#label-Fixes">Fixes</a>
Expand Down Expand Up @@ -196,6 +200,41 @@ <h3>Pages</h3>

<h1 id="label-News">News<span><a href="#label-News">&para;</a> <a href="#top">&uarr;</a></span></h1>

<h2 id="label-3.2.7+-+2023-06-26">3.2.7 - 2023-06-26<span><a href="#label-3.2.7+-+2023-06-26">&para;</a> <a href="#top">&uarr;</a></span></h2>

<h3 id="label-Improvements">Improvements<span><a href="#label-Improvements">&para;</a> <a href="#top">&uarr;</a></span></h3>
<ul><li>
<p>Removed an unused internal variable. <a href="https://github.com/ruby/csv/issues/273">GH-273</a> [Patch by Mau Magnaguagno]</p>
</li><li>
<p>Changed to use <code>https://</code> instead of <code>http://</code> in documents. <a href="https://github.com/ruby/csv/issues/274">GH-274</a> [Patch by Vivek Bharath Akupatni]</p>
</li><li>
<p>Added prefix to a helper module in test. <a href="https://github.com/ruby/csv/issues/278">GH-278</a> [Patch by Luke Gruber]</p>
</li><li>
<p>Added a documentation for <code>liberal_parsing: {backslash_quotes: true}. {GH-280}[https://github.com/ruby/csv/issues/280]</code> [Patch by Mark Schneider]</p>
</li></ul>

<h3 id="label-Fixes">Fixes<span><a href="#label-Fixes">&para;</a> <a href="#top">&uarr;</a></span></h3>
<ul><li>
<p>Fixed a wrong execution result in documents. <a href="https://github.com/ruby/csv/issues/276">GH-276</a> [Patch by Yuki Tsujimoto]</p>
</li><li>
<p>Fixed a bug that the same line is used multiple times. <a href="https://github.com/ruby/csv/issues/279">GH-279</a> [Reported by Gabriel Nagy]</p>
</li></ul>

<h3 id="label-Thanks">Thanks<span><a href="#label-Thanks">&para;</a> <a href="#top">&uarr;</a></span></h3>
<ul><li>
<p>Mau Magnaguagno</p>
</li><li>
<p>Vivek Bharath Akupatni</p>
</li><li>
<p>Yuki Tsujimoto</p>
</li><li>
<p>Luke Gruber</p>
</li><li>
<p>Mark Schneider</p>
</li><li>
<p>Gabriel Nagy</p>
</li></ul>

<h2 id="label-3.2.6+-+2022-12-08">3.2.6 - 2022-12-08<span><a href="#label-3.2.6+-+2022-12-08">&para;</a> <a href="#top">&uarr;</a></span></h2>

<h3 id="label-Improvements">Improvements<span><a href="#label-Improvements">&para;</a> <a href="#top">&uarr;</a></span></h3>
Expand Down
2 changes: 1 addition & 1 deletion js/search_index.js

Large diffs are not rendered by default.

Binary file modified js/search_index.js.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions table_of_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ <h2 id="pages">Pages</h2>

<li><a href="NEWS_md.html#label-News">News</a>

<li><a href="NEWS_md.html#label-3.2.7+-+2023-06-26">3.2.7 - 2023-06-26</a>

<li><a href="NEWS_md.html#label-Improvements">Improvements</a>

<li><a href="NEWS_md.html#label-Fixes">Fixes</a>

<li><a href="NEWS_md.html#label-Thanks">Thanks</a>

<li><a href="NEWS_md.html#label-3.2.6+-+2022-12-08">3.2.6 - 2022-12-08</a>

<li><a href="NEWS_md.html#label-Improvements">Improvements</a>
Expand Down

0 comments on commit fb5901c

Please sign in to comment.