File: CHANGELOG.md

package info (click to toggle)
django-redis-sessions 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 341; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## 0.6.1 (16 September 2017)

BUG FIXES:

* Dict Config fixes: ([#48](https://github.com/martinrusev/django-redis-sessions/issues/48))


## 0.6 (6 September 2017)


IMPROVEMENTS / BREAKING CHANGES:

 * Dict config: ([#18](https://github.com/martinrusev/django-redis-sessions/issues/18))


## 0.5.6 (9 June 2016)


IMPROVEMENTS:

 * Redis Sentinel support: ([#29](https://github.com/martinrusev/django-redis-sessions/pull/29))