ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Add a changelog entry for v1.0.3 #28

Closed koic closed 2 years ago

koic commented 2 years ago

The diff between 1.0.2 and 1.0.3 is below: https://github.com/ruby/set/compare/v1.0.2...v1.0.3

This PR adds the following notable commit info in the diff to the changelog: https://github.com/ruby/set/commit/b5dc88

marcandre commented 2 years ago

Thanks @koic