Skip to content

Commit 711bb41

Browse files
committed
Create gh-pages branch via GitHub
1 parent 2e27069 commit 711bb41

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,17 @@ <h2>Testing</h2>
544544

545545
<h2>Change log</h2>
546546

547-
<h3>3.10.0</h3>
547+
<h3>3.10.1</h3>
548+
549+
<ul>
550+
<li><p>Multipart constant names like "Admin::PageHierarchy" are now supported.
551+
Resolves <a href="https://github.com/mceachen/closure_tree/issues/47">issue 47</a>.
552+
Thanks for the perfect pull request, <a href="https://github.com/fd">Simon Menke</a>!</p></li>
553+
<li><p>Committing transactions involving large numbers of hierarchy model classes was very slow due
554+
to hash collisions in the hierarchy class. A better hash implementation addressed
555+
<a href="https://github.com/mceachen/closure_tree/issues/48">issue 48</a>.
556+
Thanks, <a href="https://github.com/jturkel">Joel Turkel</a>!</p></li>
557+
</ul><h3>3.10.0</h3>
548558

549559
<ul>
550560
<li>Added <code>#roots_and_descendants_preordered</code>.

0 commit comments

Comments
 (0)