From 824e8a7e12dae3c85c26a57d88d7c15ecc3dcbe4 Mon Sep 17 00:00:00 2001
From: Konrad Pabjan <konradpabjan@github.com>
Date: Thu, 30 Apr 2020 11:54:06 +0200
Subject: [PATCH] Add what's new section

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 002b25a..2023b62 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,12 @@ This action sets up a Python environment for use in actions by:
 - failing if a specific version of Python is not preinstalled or available for download
 - registering problem matchers for error output
 
+# What's new
+
+- Ability to download, install and set up Python packages from `actions/python-versions` that do not come preinstalled on runners
+  - Allows for pinning to a specific patch version of Python without the worry of it ever being removed or changed
+- Automatic setup and download of Python packages if using a self-hosted runner
+
 # Usage
 
 See [action.yml](action.yml)