branch: externals/php-fill
commit 73c1c8765a84b0318f2ba852c504e8251ced43ca
Author: Ariel Del Valle Lozano <[email protected]>
Commit: Ariel Del Valle Lozano <[email protected]>

    v1.1.1
---
 Eask        | 2 +-
 php-fill.el | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Eask b/Eask
index 3892d4cb97..abe387139a 100644
--- a/Eask
+++ b/Eask
@@ -1,7 +1,7 @@
 ;; -*- mode: eask; lexical-binding: t -*-
 
 (package "php-fill"
-         "1.1.0"
+         "1.1.1"
          "Additional fill commands for PHP code editing")
 
 (website-url "https://github.com/arielenter/php-fill.el";)
diff --git a/php-fill.el b/php-fill.el
index 21dcc2e6fa..fd2d36138e 100644
--- a/php-fill.el
+++ b/php-fill.el
@@ -5,7 +5,7 @@
 ;; Author: Ariel Del Valle Lozano <[email protected]>
 ;; Maintainer: Ariel Del Valle Lozano <[email protected]>
 ;; URL: https://github.com/arielenter/php-fill.el
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: php, languages, tools, convenience
 
@@ -53,6 +53,13 @@
 ;;     ("<delete>" . php-fill-delete-forward)))
 
 ;;; News:
+;; Version 1.1.1
+
+;; - Major refractory.
+;; - SQUEEZE typo fixed.
+;; - Additional information about what ‘squeeze’ means in the context of
+;;   fill prefixed functions.
+
 ;; Version 1.1.0
 
 ;; - Customizable variable `php-fill-refill-black-list' added, so that

Reply via email to