File: CHANGELOG.rst

package info (click to toggle)
rust-murmurhash3 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (38)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Change Log
==========

Unreleased_
----------

0.0.4_ — 2014-04-04
----------

* Enable ``HashState`` implementation


0.0.3_ — 2014-03-29
------------------

* PR1_: Fixes to keep Rust Nightly compatibility, thanks polyfractal_


.. _Unreleased: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.4...HEAD
.. _0.0.4: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.3...v0.0.4
.. _0.0.3: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.2...v0.0.3

.. _PR1: https://github.com/mhallin/murmurhash3-rs/pull/1
.. _polyfractal: https://github.com/polyfractal