From c77a1877d393d2f3ad541cf412135e22912a2daa Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 15 Feb 2017 13:49:08 -0500
Subject: [PATCH] v98

---
 CHANGELOG.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19f7dd7c..73bfb064 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Python Buildpack Changelog
 
+## 98
+
+Official NLTK support and other improvements.
+
+- Support for `nltk.txt` file for declaring corpora to be downloaded.
+- Leading zeros for auto-set WEB_CONCURRENCY.
+
 ## 97
 
 Improved egg-link functionality.
@@ -10,7 +17,7 @@ Bugfix.
 
 ## 95
 
-Improved output support. 
+Improved output support.
 
 ## v94
 
@@ -22,7 +29,7 @@ Improved support for PyPy.
 
 ## v92
 
-Improved cache functionality and fix egg-links regression. 
+Improved cache functionality and fix egg-links regression.
 
 ## v91
 
@@ -34,11 +41,11 @@ Bugfix.
 
 ## v89
 
-Improved cache functionality and fix egg-links regression. 
+Improved cache functionality and fix egg-links regression.
 
 ## v88
 
-Fixed bug with editable pip installations. 
+Fixed bug with editable pip installations.
 
 ## v87
 
@@ -53,7 +60,7 @@ Refactor and multi-buildpack compatibility.
 
 ## v85
 
-Packaging fix. 
+Packaging fix.
 
 ## v84
 
-- 
GitLab