Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-28 17:13:39 +0300
committerbrantje <brantje@gmail.com>2016-12-28 17:26:26 +0300
commitdaeaa8f36c2ace52d745d38366ab39482bca05a1 (patch)
tree5fee7ff1c9f36b64cc3822301eb072929dac6b24 /CHANGELOG.md
parented6fd19485a9cd462ec0aa6214a772c7ea391379 (diff)
This fixes the decryption error happening when auto login is enabled and user changes vault password.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 20 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ba9606c..bcc05c71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
-owncloud-passman (0.0.1)
-* **Security**: Security description here
-* **Backwards incompatible change**: Changes in the API
-* **New dependency**: New dependencies such as a new ownCloud or PHP version
-* **Bugfix**: Bugfix description
-* **Enhancement**: New feature description \ No newline at end of file
+## [Unreleased]
+### Updated
+- Updated to passman 2.0.0
+
+## 2.0.0 – 2016-12-31
+### Added
+- Password sharing
+- Vaults
+- Change vault passwords
+- Unit tests
+
+### Changed
+- Passman API overhaul
+- Rewrite of code base
+- New passman repo at https://github.com/nextcloud/passman
+### Fixed
+- A lot of small bug fixes
+
+### Removed
+- Old passman API