From 390a7c18443066f82359d316967057f81bdb3136 Mon Sep 17 00:00:00 2001
From: Stephan Kuschel <stephan.kuschel@gmail.com>
Date: Fri, 17 Feb 2017 22:44:36 +0100
Subject: [PATCH] Create CHANGELOG.md

---
 CHANGELOG.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..221b52d
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,21 @@
+# Changelog of postpic
+
+## v0.2.3
+2017-02-17
+
+This release brings some bugfixes and various new features.
+
+**Bugfixes**
+* Particle property Bz.
+* plotting of contourlevels.
+
+**Improvements and new features**
+* openPMD support (thanks to @ax3l).
+* ParticleHistory class to collect particle information over the entire simulation.
+* added particle properties v{x,y,z} and beta{x,y,z}.
+* Lots of performance improvemts: particle data will be much less copied in memory now.
+
+
+## v0.2.2 and earlier
+
+There hasnt been any changelog. Dont use those versions anymore.
-- 
GitLab