emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 6d328e4 175/426: Release 1.2.0


From: Phillip Lord
Subject: [elpa] externals/dash 6d328e4 175/426: Release 1.2.0
Date: Tue, 04 Aug 2015 19:37:32 +0000

branch: externals/dash
commit 6d328e419dfd2b601c6879d03c473a425f44b155
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Release 1.2.0
---
 README.md          |   10 ++++++++++
 dash.el            |    2 +-
 readme-template.md |   10 ++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 340d66a..82ca464 100644
--- a/README.md
+++ b/README.md
@@ -776,6 +776,16 @@ the tests are always running and the docs are always in 
sync:
 Oh, and don't edit `README.md` directly, it is auto-generated.
 Change `readme-template.md` or `examples-to-docs.el` instead.
 
+## Changelist
+
+### From 1.1.0 to 1.2.0
+
+- Add `-last` (Matus Goljer)
+- Add `-insert-at` (Emanuel Evans)
+- Add `-when-let` and `-if-let` (Emanuel Evans)
+- Add `-when-let*` and `-if-let*` (Emanuel Evans)
+- Some bugfixes
+
 ## Contributors
 
  - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip` and `-zip-with`.
diff --git a/dash.el b/dash.el
index 252dd27..2cb00b8 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012 Magnar Sveen
 
 ;; Author: Magnar Sveen <address@hidden>
-;; Version: 1.1.0
+;; Version: 1.2.0
 ;; Keywords: lists
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/readme-template.md b/readme-template.md
index 6e12ca0..daf227a 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -69,6 +69,16 @@ the tests are always running and the docs are always in sync:
 Oh, and don't edit `README.md` directly, it is auto-generated.
 Change `readme-template.md` or `examples-to-docs.el` instead.
 
+## Changelist
+
+### From 1.1.0 to 1.2.0
+
+- Add `-last` (Matus Goljer)
+- Add `-insert-at` (Emanuel Evans)
+- Add `-when-let` and `-if-let` (Emanuel Evans)
+- Add `-when-let*` and `-if-let*` (Emanuel Evans)
+- Some bugfixes
+
 ## Contributors
 
  - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip` and `-zip-with`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]