summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-09-28 13:30:31 +0200
committerJustin Mayer <entroP@gmail.com>2021-09-28 13:30:31 +0200
commit684421a70cb09d481fe7ae4d07a683ee7ddf462d (patch)
tree7a94fb4bc62aec2441f1c5923479a7ad6aca62da
parent9ecea92c1fc5036d91f13fb7fb3741b970c21bbe (diff)
downloadfeedgenerator-684421a70cb09d481fe7ae4d07a683ee7ddf462d.tar.gz
Add CHANGELOG to project
-rw-r--r--CHANGELOG.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d809c22
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,45 @@
+CHANGELOG
+=========
+
+1.9.2 - 2021-08-18
+------------------
+
+Use description field as subtitle for Atom feeds, if provided
+
+1.9.1 - 2020-02-09
+------------------
+
+Trim files included in source tarball
+
+1.9.0 - 2016-09-12
+------------------
+
+* Always set the `updated` element of an `entry` in Atom feeds
+* Change `get_tag_uri()` so the `/` before a fragment gets only added if there is a fragment
+
+1.8.0 - 2016-04-05
+------------------
+
+* Support Atom’s `<content>` element
+* Put Atom pubdate in `<published>`, not `<updated>`
+* Support giving an explicit `<updated>` for Atom
+
+1.7.0 - 2013-08-31
+------------------
+
+Set minimum pytz version
+
+1.6.0 - 2013-06-02
+------------------
+
+Add Python 3 support
+
+1.5.0 - 2013-01-11
+------------------
+
+Added tests
+
+1.2.1 - 2010-08-19
+------------------
+
+Initial packaged release