Skip to content

Commit

Permalink
changelog: Add python-script removal and plugin-script entries
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoo committed Jun 2, 2016
1 parent 257982b commit 51f7e6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ Summary of notable changes.
Unreleased
==========

* Removed: Lua scripting support.
* Removed: Lua scripting support and its Python counterpart (``--lua-script`` and ``--python-script``).
* Removed: Python 3.2 & 3.3 support.
* Removed: PyPy support.
* Changed: IP addresses are normalized to a standard notation to avoid fetching duplicates such as IPv4 addresses written in hexadecimal or long-hand IPv6 addresses.
* Changed: Scripting is now done using plugin interface via ``--plugin-script``.

This release contains backwards incompatible changes to the scripting
interface.


1.2.3 (2016-02-03)
Expand Down

0 comments on commit 51f7e6e

Please sign in to comment.