Skip to content

Commit

Permalink
Merge pull request #181 from JuliaLang/guy_changelog
Browse files Browse the repository at this point in the history
update changelog for 0.4.3
  • Loading branch information
rawls238 committed Feb 11, 2016
2 parents 021d8a2 + 334ee1e commit 1519589
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
@@ -1,3 +1,13 @@
v0.4.3 / 2016-02-10
==================
* for DisjointSets, make union! return the root of the newly merged set
* Stack and Queue are now iterable, with both the standard iterator and a reverse iterator for each type. The old iter function is now deprecated
* Hash and == functions implemented for the Deque type
* CircularBuffer type has been added
* Many deprecation warnings were deleted (https://github.com/JuliaLang/DataStructures.jl/pull/161)
* Ordered sets now have indexing
* Performance improvements to OrderedDict


v0.4.2 / 2016-01-13
==================
Expand Down

0 comments on commit 1519589

Please sign in to comment.